This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
6820f22bbd4946f1007bbb1836b620ba62a5aba1
qt-creator
/
src
/
plugins
/
cpptools
/
cpptools.pri
4 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial import
2008-12-02 12:01:29 +01:00
include(cpptools_dependencies.pri)
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-10-29 16:22:44 +02:00
LIBS *= -l$$qtLibraryName(CppTools)
Copy Permalink