forked from qt-creator/qt-creator
Link with cplusplus library.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,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,4 +1,5 @@
|
||||
|
||||
INCLUDEPATH += $$PWD/../../../../src/shared/cplusplus
|
||||
INCLUDEPATH += $$PWD/../../../../src/libs/cplusplus
|
||||
DEPENDPATH += $$INCLUDEPATH .
|
||||
LIBS += -L$$PWD -lCPlusPlusTestSupport
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user