adjust to new "configure -nomake tools" semantics
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Thu, 25 Apr 2013 18:05:19 +0000 (20:05 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 3 May 2013 17:37:19 +0000 (19:37 +0200)
Change-Id: I953ce0215e67ee4dd8fa4fc0db2c1903946e3132
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
examples/designer/designer.pro
qttools.pro
src/assistant/assistant.pro
src/designer/src/src.pro
src/linguist/linguist.pro
src/src.pro

index 348b684..5b81ce2 100644 (file)
@@ -11,3 +11,11 @@ SUBDIRS     = calculatorform
 # the sun cc compiler has a problem with the include lines for the form.prf
 solaris-cc*:SUBDIRS -= calculatorbuilder \
                       worldtimeclockbuilder
+
+qtNomakeTools( \
+    containerextension \
+    customwidgetplugin \
+    taskmenuextension \
+    worldtimeclockbuilder \
+    worldtimeclockplugin \
+)
index 820821e..58c33f2 100644 (file)
@@ -1,2 +1 @@
-# FIXME: the src directory contains both libs and tools parts
 load(qt_parts)
index 390c9ec..65ac5aa 100644 (file)
@@ -12,3 +12,10 @@ assistant.depends = help
 qhelpgenerator.depends = help
 qcollectiongenerator.depends = help
 qhelpconverter.depends = help
+
+qtNomakeTools( \
+    assistant \
+    qhelpgenerator \
+    qcollectiongenerator \
+    qhelpconverter \
+)
index 137a73c..e02ca8e 100644 (file)
@@ -11,3 +11,10 @@ contains(QT_CONFIG, shared): SUBDIRS += plugins
 components.depends = lib
 designer.depends = components
 plugins.depends = lib
+
+qtNomakeTools( \
+    lib \
+    components \
+    designer \
+    plugins \
+)
index 7e48fa9..f5d9d9b 100644 (file)
@@ -5,6 +5,10 @@ SUBDIRS  = \
     lconvert
 !no-png:qtHaveModule(widgets): SUBDIRS += linguist
 
+qtNomakeTools( \
+    linguist \
+)
+
 win32:CMAKE_BIN_SUFFIX = ".exe"
 
 CMAKE_QT_INSTALL_PREFIX_ESCAPED = "^$$re_escape($$[QT_INSTALL_PREFIX])/"
index af33830..c8756db 100644 (file)
@@ -21,3 +21,9 @@ mac {
 }
 
 qtHaveModule(dbus): SUBDIRS += qdbus
+
+qtNomakeTools( \
+    pixeltool \
+    qtconfig \
+    macdeployqt \
+)