~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/libs/libs.pro

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
}
22
22
 
23
23
SUBDIRS += \
24
 
    utils/process_stub.pro \
25
 
    qtcomponents/styleitem
 
24
    utils/process_stub.pro
26
25
 
27
 
exists(../shared/qbs/qbs.pro):SUBDIRS += \
 
26
QBS_DIRS = \
28
27
    ../shared/qbs/src/lib \
29
28
    ../shared/qbs/src/plugins \
30
29
    ../shared/qbs/static.pro
31
30
 
 
31
exists(../shared/qbs/qbs.pro): SUBDIRS += $$QBS_DIRS
 
32
TR_EXCLUDE = $$QBS_DIRS
 
33
 
32
34
win32:SUBDIRS += utils/process_ctrlc_stub.pro
33
35
 
34
36
# Windows: Compile Qt Creator CDB extension if Debugging tools can be detected.