~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/libs/extensionsystem/extensionsystem.pro

  • Committer: Timo Jyrinki
  • Date: 2013-12-02 09:16:15 UTC
  • mfrom: (1.1.29)
  • Revision ID: timo.jyrinki@canonical.com-20131202091615-xbj1os1f604ber1m
New upstream release candidate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DEFINES += EXTENSIONSYSTEM_LIBRARY
2
2
include(../../qtcreatorlibrary.pri)
3
3
 
4
 
unix:!macx:!freebsd*:LIBS += -ldl
 
4
unix:LIBS += $$QMAKE_LIBS_DYNLOAD
5
5
 
6
6
!isEmpty(vcproj) {
7
7
    DEFINES += IDE_TEST_DIR=\"$$IDE_SOURCE_TREE\"