Herunterladen als
root/samples/simple/Simple.pro @ 9e62667d
6899f814 | Christian Ehringfeld | #-------------------------------------------------
|
|
#
|
|||
# Project created by QtCreator 2013-08-01T15:03:24
|
|||
#
|
|||
#-------------------------------------------------
|
|||
QT += core
|
|||
QT += sql
|
|||
QT -= gui
|
|||
b02f465a | SebastianDiel | #TARGET = EntityManager
|
|
6899f814 | Christian Ehringfeld | CONFIG += console
|
|
CONFIG -= app_bundle
|
|||
TEMPLATE = app
|
|||
HEADERS += \
|
|||
b7446f4c | Christian Ehringfeld | artikel.h
|
|
6899f814 | Christian Ehringfeld | ||
SOURCES += \
|
|||
9d05e414 | Christian Ehringfeld | main.cpp \
|
|
b7446f4c | Christian Ehringfeld | artikel.cpp
|
|
unix:!macx: LIBS += -L$$PWD/../../../build-EntityManager-Desktop-Debug -lCuteEntityManager
|
|||
unix:INCLUDEPATH += $$PWD/../../src
|
|||
unix:DEPENDPATH += $$PWD/../../src
|
|||
992116ed | Christian Ehringfeld | CONFIG += c++14
|
|
b02f465a | SebastianDiel | ||
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
|