aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/templates.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-15 12:07:56 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-11-16 12:20:15 +0000
commit794e948421f4e6e02a2b3e23693f6283baa4d938 (patch)
tree5f59d5960889dada0f61afe924e8d51ce3108c48 /src/imports/templates/templates.pro
parent05e89cad1043332ab7c4be9731d2ba140bb0bea4 (diff)
Cleanup & align the .pro files
Remove some superfluous spaces, include paths, and module deps. Also, use more explicit QT_PRIVATE for private dependencies. Change-Id: I85d48213441749ab18442928a20cbb4c9c6dad0b Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/templates/templates.pro')
-rw-r--r--src/imports/templates/templates.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/templates/templates.pro b/src/imports/templates/templates.pro
index c83e7833..0e48168c 100644
--- a/src/imports/templates/templates.pro
+++ b/src/imports/templates/templates.pro
@@ -1,9 +1,9 @@
-TARGET = qtlabstemplatesplugin
+TARGET = qtlabstemplatesplugin
TARGETPATH = Qt/labs/templates
IMPORT_VERSION = 1.0
QT += qml quick
-QT += core-private gui-private qml-private quick-private labstemplates-private
+QT_PRIVATE += core-private gui-private qml-private quick-private labstemplates-private
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII