summaryrefslogtreecommitdiff
path: root/qtcreatorplugin.pri
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-06-05 16:55:32 +0200
committerKai Koehne <kai.koehne@digia.com>2013-06-06 16:01:42 +0200
commite96414023748a03f63a88886b163177a7a862946 (patch)
tree26c453cf3d48dc0345023376de1b45f67ca909d1 /qtcreatorplugin.pri
downloadqt-creator-e96414023748a03f63a88886b163177a7a862946.tar.gz
Initial commit of qmlprofiler plugin (commercial version)
Change-Id: I08e838110c17a4a2085e0c3232424787186f9c31
Diffstat (limited to 'qtcreatorplugin.pri')
-rw-r--r--qtcreatorplugin.pri7
1 files changed, 7 insertions, 0 deletions
diff --git a/qtcreatorplugin.pri b/qtcreatorplugin.pri
new file mode 100644
index 0000000000..adf4faec63
--- /dev/null
+++ b/qtcreatorplugin.pri
@@ -0,0 +1,7 @@
+IDE_SOURCE_TREE=$$(IDE_SOURCE_TREE)
+IDE_BUILD_TREE=$$(IDE_BUILD_TREE)
+
+isEmpty(IDE_SOURCE_TREE):error(Set IDE_SOURCE_TREE environment variable)
+isEmpty(IDE_BUILD_TREE):error(Set IDE_BUILD_TREE environment variable)
+
+include($$IDE_SOURCE_TREE/src/qtcreatorplugin.pri)