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 -1
View File
@@ -1,6 +1,6 @@
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
QT = core testlib
QT += testlib
include(../shared/shared.pri)
SOURCES += tst_ast.cpp
TARGET=tst_$$TARGET
+2 -4
View File
@@ -1,8 +1,6 @@
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
QT = core testlib
include(../../../../src/libs/cplusplus/cplusplus-lib.pri)
QT += testlib
include(../shared/shared.pri)
SOURCES += tst_lookup.cpp
TARGET=tst_$$TARGET
@@ -1,8 +1,6 @@
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
QT = core testlib
QT += testlib
TARGET = tst_$$TARGET
include(../../../../src/libs/cplusplus/cplusplus-lib.pri)
include(../shared/shared.pri)
SOURCES += tst_preprocessor.cpp
+1 -1
View File
@@ -1,6 +1,6 @@
TEMPLATE = app
CONFIG += qt warn_on console depend_includepath
QT = core testlib
QT += testlib
include(../shared/shared.pri)
SOURCES += tst_semantic.cpp
+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)