summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/qmldebugger.pro
blob: 2dd353af5341eb858beafc1962e987ca867db7ed (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs
CONFIG += ordered

SUBDIRS = standalone

CREATOR_SRC = $$(CREATOR_SRC_DIR)
CREATOR_BUILD = $$(CREATOR_BUILD_DIR)
!isEmpty(CREATOR_SRC):!isEmpty(CREATOR_BUILD) {
    SUBDIRS += creatorplugin
}