More projects fixes.
This commit is contained in:
parent
4694b09ba1
commit
d7763e83bf
6 changed files with 4 additions and 35 deletions
|
|
@ -11,10 +11,6 @@ CONFIG += qt
|
|||
|
||||
QT += core
|
||||
|
||||
INCLUDEPATH += C:\Prog\include\pgsql
|
||||
|
||||
|
||||
|
||||
HEADERS +=
|
||||
|
||||
SOURCES += main.cpp \
|
||||
|
|
|
|||
|
|
@ -30,13 +30,11 @@ SOURCES += main.cpp \
|
|||
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
|
||||
|
||||
INCLUDEPATH += C:\prog\include \
|
||||
C:\Prog\include\pgsql \
|
||||
C:\VSproj\boost32\include
|
||||
|
||||
INCLUDEPATH += $$PWD/../../core
|
||||
DEPENDPATH += $$PWD/../../core
|
||||
LIBS += c:\prog\lib\botand.lib
|
||||
|
||||
win32:CONFIG(debug, debug|release): LIBS += -lbotand
|
||||
else:win32:CONFIG(release, debug|release): LIBS += -lbotan
|
||||
|
||||
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../../core/release/libcore.a
|
||||
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../../core/debug/libcore.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue