summaryrefslogtreecommitdiffstats
path: root/fossil.pro
blob: 629cd87c6fdb16d7fe2650a6c3e98e0546867f33 (plain)
1
2
3
4
5
6
7
8
9
10
11
isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE)
isEmpty(IDE_SOURCE_TREE): error("You need to set the environment variable QTC_SOURCE to point to the directory where the Qt Creator sources are")

isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD)
isEmpty(IDE_BUILD_TREE): error("You need to set the environment variable QTC_BUILD to point to the directory where Qt Creator was built")

TEMPLATE = subdirs
SUBDIRS += plugins/fossil

include($$IDE_SOURCE_TREE/qtcreator.pri)
include(doc/doc.pri)