Files
qt-creator/tests/auto/cplusplus/cplusplus.pro
Bill King 5b2fb4bb67 Fixes: get tests compiling again that depend on the cpp library
Details:  This gets the tests running again, by statically linking
them. qmake doesn't have support for depending upon other projects
being built, so when the projects are built out of order, libCPlusPlusTest.so
wasn't being built before trying to be linked against.
2010-08-19 11:56:53 +10:00

13 lines
180 B
Prolog

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
ast \
semantic \
lookup \
preprocessor \
findusages \
typeprettyprinter \
codeformatter \
codegen