forked from qt-creator/qt-creator
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.
13 lines
180 B
Prolog
13 lines
180 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS = \
|
|
ast \
|
|
semantic \
|
|
lookup \
|
|
preprocessor \
|
|
findusages \
|
|
typeprettyprinter \
|
|
codeformatter \
|
|
codegen
|