Link with cplusplus library.

This commit is contained in:
Roberto Raggi
2009-10-26 14:40:36 +01:00
parent a2b5184123
commit 485dec6d2b
6 changed files with 10 additions and 13 deletions
+1
View File
@@ -1,4 +1,5 @@
INCLUDEPATH += $$PWD/../../../../src/shared/cplusplus
INCLUDEPATH += $$PWD/../../../../src/libs/cplusplus
DEPENDPATH += $$INCLUDEPATH .
LIBS += -L$$PWD -lCPlusPlusTestSupport
+3 -3
View File
@@ -1,8 +1,8 @@
TEMPLATE = lib
TARGET = CPlusPlusTestSupport
CONFIG += static
QT = core
CONFIG += static depend_includepath
QT = core gui
DESTDIR = $$PWD
include($$PWD/../../../../src/libs/cplusplus/cplusplus-lib.pri)
include($$PWD/../../../../src/shared/cplusplus/cplusplus.pri)