aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/config.pri
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/config.pri')
-rw-r--r--plugins/haskell/config.pri12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/haskell/config.pri b/plugins/haskell/config.pri
new file mode 100644
index 0000000..0e52377
--- /dev/null
+++ b/plugins/haskell/config.pri
@@ -0,0 +1,12 @@
+# Qt Creator linking
+
+## Either set the IDE_SOURCE_TREE when running qmake,
+## or set the QTC_SOURCE environment variable, to override the default setting
+isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = $$(QTC_SOURCE)
+isEmpty(IDE_SOURCE_TREE): IDE_SOURCE_TREE = "$$PWD/../../../qtcreator_src"
+
+## Either set the IDE_BUILD_TREE when running qmake,
+## or set the QTC_BUILD environment variable, to override the default setting
+isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = $$(QTC_BUILD)
+isEmpty(IDE_BUILD_TREE): IDE_BUILD_TREE = "$$PWD/../../../qtcreator_build"
+