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
ef15d60d74f244aba3dc49a284e28b484eb1d9c9
qt-creator
/
src
/
plugins
/
coreplugin
/
coreplugin.pri
3 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial import
2008-12-02 12:01:29 +01:00
include(coreplugin_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(Core)
Copy Permalink