2013-03-26 16:59:24 +01:00
|
|
|
include(../../qtcreator.pri)
|
2008-12-02 12:01:29 +01:00
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
|
2013-03-26 16:59:24 +01:00
|
|
|
SUBDIRS = \
|
|
|
|
|
coreplugin \
|
|
|
|
|
texteditor \
|
|
|
|
|
cppeditor \
|
|
|
|
|
bineditor \
|
|
|
|
|
diffeditor \
|
|
|
|
|
imageviewer \
|
|
|
|
|
bookmarks \
|
|
|
|
|
projectexplorer \
|
|
|
|
|
vcsbase \
|
|
|
|
|
perforce \
|
|
|
|
|
subversion \
|
|
|
|
|
git \
|
|
|
|
|
cvs \
|
|
|
|
|
cpptools \
|
|
|
|
|
qtsupport \
|
2013-10-29 16:19:24 +01:00
|
|
|
qmakeprojectmanager \
|
2013-03-26 16:59:24 +01:00
|
|
|
debugger \
|
|
|
|
|
help \
|
|
|
|
|
cpaster \
|
|
|
|
|
cmakeprojectmanager \
|
|
|
|
|
autotoolsprojectmanager \
|
|
|
|
|
fakevim \
|
2014-03-01 04:29:30 +06:00
|
|
|
emacskeys \
|
2013-03-26 16:59:24 +01:00
|
|
|
designer \
|
|
|
|
|
resourceeditor \
|
|
|
|
|
genericprojectmanager \
|
|
|
|
|
qmljseditor \
|
2013-09-16 16:16:52 +02:00
|
|
|
qmlprojectmanager \
|
2013-03-26 16:59:24 +01:00
|
|
|
glsleditor \
|
|
|
|
|
pythoneditor \
|
|
|
|
|
mercurial \
|
|
|
|
|
bazaar \
|
|
|
|
|
classview \
|
|
|
|
|
tasklist \
|
|
|
|
|
analyzerbase \
|
|
|
|
|
qmljstools \
|
|
|
|
|
macros \
|
|
|
|
|
remotelinux \
|
|
|
|
|
android \
|
|
|
|
|
valgrind \
|
|
|
|
|
todo \
|
2013-07-16 17:20:08 +02:00
|
|
|
qnx \
|
2013-09-12 18:46:35 +02:00
|
|
|
clearcase \
|
2013-10-11 13:55:45 +02:00
|
|
|
baremetal \
|
2013-12-11 21:55:45 +01:00
|
|
|
ios \
|
2014-07-23 12:47:51 +02:00
|
|
|
beautifier \
|
2014-08-25 10:59:42 +02:00
|
|
|
qmakeandroidsupport \
|
|
|
|
|
winrt \
|
|
|
|
|
qmldesigner \
|
|
|
|
|
qmlprofiler \
|
|
|
|
|
welcome
|
2013-04-25 16:02:17 +02:00
|
|
|
|
2014-08-25 10:59:42 +02:00
|
|
|
isEmpty(QBS_INSTALL_DIR): QBS_INSTALL_DIR = $$(QBS_INSTALL_DIR)
|
|
|
|
|
exists(../shared/qbs/qbs.pro)|!isEmpty(QBS_INSTALL_DIR): \
|
|
|
|
|
SUBDIRS += \
|
|
|
|
|
qbsprojectmanager
|
2014-02-20 17:18:20 +01:00
|
|
|
|
2013-12-10 14:37:32 +01:00
|
|
|
# prefer qmake variable set on command line over env var
|
|
|
|
|
isEmpty(LLVM_INSTALL_DIR):LLVM_INSTALL_DIR=$$(LLVM_INSTALL_DIR)
|
|
|
|
|
!isEmpty(LLVM_INSTALL_DIR) {
|
|
|
|
|
SUBDIRS += clangcodemodel
|
|
|
|
|
}
|
|
|
|
|
|
2011-10-25 18:38:01 +02:00
|
|
|
isEmpty(IDE_PACKAGE_MODE) {
|
2013-03-26 16:59:24 +01:00
|
|
|
SUBDIRS += \
|
|
|
|
|
helloworld \
|
|
|
|
|
updateinfo
|
2011-10-25 18:38:01 +02:00
|
|
|
} else:!isEmpty(UPDATEINFO_ENABLE) {
|
2013-03-26 16:59:24 +01:00
|
|
|
SUBDIRS += \
|
|
|
|
|
updateinfo
|
2011-02-03 13:09:20 +01:00
|
|
|
}
|
|
|
|
|
|
2013-03-26 16:59:24 +01:00
|
|
|
for(p, SUBDIRS) {
|
|
|
|
|
QTC_PLUGIN_DEPENDS =
|
|
|
|
|
include($$p/$${p}_dependencies.pri)
|
|
|
|
|
pv = $${p}.depends
|
|
|
|
|
$$pv = $$QTC_PLUGIN_DEPENDS
|
|
|
|
|
}
|
2013-01-30 18:19:31 +01:00
|
|
|
|
2013-03-26 16:59:24 +01:00
|
|
|
linux-* {
|
|
|
|
|
SUBDIRS += debugger/ptracepreload.pro
|
|
|
|
|
}
|