This commit is contained in:
Felix Kauselmann 2015-02-17 20:02:20 +01:00
parent 2a67152f7b
commit 392fd776d9
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT
}
QMAKE_LFLAGS_RELEASE += /LTCG
CONFIG -= embed_manifest_exe
}
unix:!macx{

View File

@ -2,7 +2,7 @@
#define __MAGNIFYING_GLASS
#include <QLabel>
#include <QtGui>
//#include <QtGui>
#include <QMouseEvent>
#include <QWidget>