2014-06-14 19:32:11 +00:00
|
|
|
QT += core
|
|
|
|
|
|
|
|
CONFIG(debug, debug|release) {
|
|
|
|
DEFINES += _DEBUG
|
2014-07-09 05:54:12 +00:00
|
|
|
OBJECTS_DIR = ./../DebugIntermediateStyle
|
2014-06-14 19:32:11 +00:00
|
|
|
MOC_DIR = ./GeneratedFiles/Debug
|
2014-07-09 05:54:12 +00:00
|
|
|
DESTDIR = ./../DebugStyle
|
2014-06-14 19:32:11 +00:00
|
|
|
}
|
|
|
|
CONFIG(release, debug|release) {
|
2014-07-09 05:54:12 +00:00
|
|
|
OBJECTS_DIR = ./../ReleaseIntermediateStyle
|
2014-06-14 19:32:11 +00:00
|
|
|
MOC_DIR = ./GeneratedFiles/Release
|
2014-07-09 05:54:12 +00:00
|
|
|
DESTDIR = ./../ReleaseStyle
|
2014-06-14 19:32:11 +00:00
|
|
|
}
|
|
|
|
|
2014-07-09 05:54:12 +00:00
|
|
|
CONFIG += plugin static
|
|
|
|
|
2014-06-14 19:32:11 +00:00
|
|
|
macx {
|
|
|
|
QMAKE_INFO_PLIST = ./SourceFiles/_other/Style.plist
|
|
|
|
QMAKE_LFLAGS += -framework Cocoa
|
|
|
|
}
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
./SourceFiles/_other/msmain.cpp \
|
|
|
|
./SourceFiles/_other/genstyles.cpp \
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
./SourceFiles/_other/msmain.h \
|
|
|
|
./SourceFiles/_other/genstyles.h \
|
|
|
|
|
2015-10-19 21:24:39 +00:00
|
|
|
INCLUDEPATH += ./../../Libraries/QtStatic/qtbase/include/QtGui/5.5.1/QtGui\
|
|
|
|
./../../Libraries/QtStatic/qtbase/include/QtCore/5.5.1/QtCore\
|
2014-06-14 19:32:11 +00:00
|
|
|
./../../Libraries/QtStatic/qtbase/include\
|
|
|
|
|