Files
qt-creator/src/plugins/cpptools/cpptools.pri
con 59c301a8c8 Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes
it fail in pri files that are used for app pro files. The tests still
don't run because of run time linking issues.
2010-11-01 14:55:37 +01:00

4 lines
72 B
Plaintext

include(cpptools_dependencies.pri)
LIBS *= -l$$qtLibraryName(CppTools)