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.
6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
DEFINES+=CPLUSPLUS_BUILD_STATIC_LIB
|
|
include(../../../../qtcreator.pri)
|
|
INCLUDEPATH += $$IDE_SOURCE_TREE/src/libs/cplusplus
|
|
INCLUDEPATH += $$IDE_SOURCE_TREE/src/shared/cplusplus
|
|
include($$PWD/../../../../src/libs/cplusplus/cplusplus-lib.pri)
|