|
|
@ -25,6 +25,12 @@ HEADERS += mainwindow.h
|
|
|
|
|
|
|
|
|
|
|
|
FORMS += mainwindow.ui
|
|
|
|
FORMS += mainwindow.ui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unix {
|
|
|
|
|
|
|
|
QMAKE_CXXFLAGS += -std=c++11
|
|
|
|
|
|
|
|
QMAKE_CXXFLAGS += -Wno-unknown-pragmas
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../core/release/ -lcore
|
|
|
|
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../core/release/ -lcore
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../core/debug/ -lcore
|
|
|
|
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../core/debug/ -lcore
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../core/ -lcore
|
|
|
|
else:unix: LIBS += -L$$OUT_PWD/../core/ -lcore
|
|
|
|