summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-03-04 13:31:45 +0100
committerKai Koehne <kai.koehne@digia.com>2013-03-06 14:37:44 +0100
commit61f5549578711152a3abc8906ae2c1c7226c66ad (patch)
tree5e9dbb5fa34ba2ffac5bb1bde918577d4877d863 /tools
parent0bda027c3431bd8e5c2681cdafeb5cf3d9baf362 (diff)
Clean up Qt 5 build rules
Change-Id: I2e494d5f91d1cb740c6254544cf92daaae236f1a Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/archivegen/archivegen.pro2
-rw-r--r--tools/binarycreator/binarycreator.pro2
-rw-r--r--tools/repogen/repogen.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/archivegen/archivegen.pro b/tools/archivegen/archivegen.pro
index 5f5ad3c46..f6a40da4f 100644
--- a/tools/archivegen/archivegen.pro
+++ b/tools/archivegen/archivegen.pro
@@ -5,7 +5,7 @@ INCLUDEPATH += . .. ../common
include(../../installerfw.pri)
QT -= gui
-QT += script
+QT += script xml
CONFIG += console
DESTDIR = $$IFW_APP_PATH
diff --git a/tools/binarycreator/binarycreator.pro b/tools/binarycreator/binarycreator.pro
index 22c052fd4..342cde286 100644
--- a/tools/binarycreator/binarycreator.pro
+++ b/tools/binarycreator/binarycreator.pro
@@ -5,7 +5,7 @@ INCLUDEPATH += . .. rcc ../common
include(../../installerfw.pri)
QT -= gui
-QT += script
+QT += script xml
CONFIG += console
DESTDIR = $$IFW_APP_PATH
diff --git a/tools/repogen/repogen.pro b/tools/repogen/repogen.pro
index 760161c82..20566d600 100644
--- a/tools/repogen/repogen.pro
+++ b/tools/repogen/repogen.pro
@@ -5,7 +5,7 @@ INCLUDEPATH += . .. ../common
include(../../installerfw.pri)
QT -= gui
-QT += script
+QT += script xml
CONFIG += console
DESTDIR = $$IFW_APP_PATH