aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/utils.pro
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-10-01 15:03:18 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-10-12 11:53:01 +0000
commit95b0dc9120dba73571ac6df9e5106f95b69b99d7 (patch)
tree40598171c0b86df32d5279ddb3b2360586ee25f9 /src/libs/utils/utils.pro
parentb899684a89b2c6880cf346b3ea24d5705fdf42ff (diff)
Utils: Move template file processing from projectexplorer to utils
I want to use it e.g. for snippets and the TextEditor plugin may not depend on the ProjectExplorer, so the code has to move. This adds a dependency on QtQml to Utils, but that does not really matter since that is loaded into QtCreator anyway. Change-Id: Iada9f40b2966a1fc41631ab33da09812ad67d967 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/utils.pro')
-rw-r--r--src/libs/utils/utils.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/utils.pro b/src/libs/utils/utils.pro
index cb28e4ad43e..d69ff0ff44b 100644
--- a/src/libs/utils/utils.pro
+++ b/src/libs/utils/utils.pro
@@ -1,4 +1,4 @@
-QT += gui network
+QT += gui network qml
include(../../qtcreatorlibrary.pri)
include(utils-lib.pri)