Merge pull request #62 from hunbernd/qt5-fix

Qt5 fix
This commit is contained in:
Thunder 2015-08-31 12:05:08 +02:00
commit de92c06f0b
16 changed files with 41 additions and 49 deletions

View file

@ -54,7 +54,7 @@
#include <QPageSetupDialog>
#include <QStatusBar>
#ifdef Q_WS_MAC
#ifdef Q_OS_MAC
const QString rsrcPath = ":/images/mac";
#else
const QString rsrcPath = ":/images/win";