Revision b02f465a
Von Sebastian Diel vor mehr als 9 Jahren hinzugefügt
example/Example.pro | ||
---|---|---|
|
||
QT -= gui
|
||
|
||
TARGET = EntityManager
|
||
#TARGET = EntityManager
|
||
CONFIG += console
|
||
CONFIG -= app_bundle
|
||
|
||
... | ... | |
models/group.cpp
|
||
|
||
unix:!macx: LIBS += -L$$PWD/../../build-EntityManager-Desktop-Debug -lCuteEntityManager
|
||
INCLUDEPATH += $$PWD/../src
|
||
DEPENDPATH += $$PWD/../src
|
||
unix:INCLUDEPATH += $$PWD/../src
|
||
unix:DEPENDPATH += $$PWD/../src
|
||
CONFIG += c++11
|
||
|
||
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../build-EntityManager-Desktop_Qt_5_4_1_MinGW_32bit-Debug/release/ -lCuteEntityManager
|
||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../build-EntityManager-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/ -lCuteEntityManager
|
||
|
||
win32:INCLUDEPATH += $$PWD/../../build-EntityManager-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug
|
||
win32:DEPENDPATH += $$PWD/../../build-EntityManager-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug
|
Auch abrufbar als: Unified diff
windows build# Please enter the commit message for your changes. Lines starting