summaryrefslogtreecommitdiffstats
path: root/qt3dsceneeditor.pro
blob: 14e11e76e4b128e84e0657044db045bc97736479 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += editorlib standalone

CREATOR_BUILD = $$(QTC_BUILD)
CREATOR_SOURCE = $$(QTC_SOURCE)
if(isEmpty(CREATOR_BUILD) | isEmpty(CREATOR_SOURCE)) {
    warning(Missing Qt Creator source or build tree. Skipping plugin. Set QTC_BUILD and QTC_SOURCE if you want to build qt creator plugin.)
} else {
    SUBDIRS += creatorplugin
}