forked from qt-creator/qt-creator
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.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
include(cpptools_dependencies.pri)
|
||||
|
||||
LIBS *= -l$$qtLibraryTarget(CppTools)
|
||||
LIBS *= -l$$qtLibraryName(CppTools)
|
||||
|
||||
Reference in New Issue
Block a user