fix installation target paths of examples
authorJoerg Bornemann <joerg.bornemann@digia.com>
Tue, 4 Dec 2012 16:41:06 +0000 (17:41 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 5 Dec 2012 14:26:19 +0000 (15:26 +0100)
Change-Id: I11440d60a709cbe4617aa0953c7971a6d731b73b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
12 files changed:
examples/designer/calculatorbuilder/calculatorbuilder.pro
examples/designer/calculatorform/calculatorform.pro
examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
examples/examples.pro
examples/help/contextsensitivehelp/contextsensitivehelp.pro
examples/help/remotecontrol/remotecontrol.pro
examples/help/simpletextviewer/simpletextviewer.pro
examples/linguist/arrowpad/arrowpad.pro
examples/linguist/hellotr/hellotr.pro
examples/linguist/trollprint/trollprint.pro
examples/uitools/multipleinheritance/multipleinheritance.pro
examples/uitools/textfinder/textfinder.pro

index 4294a8a..052dbd3 100644 (file)
@@ -6,6 +6,5 @@ SOURCES     = calculatorform.cpp \
 QT += widgets uitools
 #! [0]
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/calculatorbuilder
+target.path = $$[QT_INSTALL_EXAMPLES]/designer/calculatorbuilder
 INSTALLS += target
index 9d3c635..0ee1b1f 100644 (file)
@@ -7,6 +7,5 @@ SOURCES     = calculatorform.cpp \
               main.cpp
 QT += widgets
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/calculatorform
+target.path = $$[QT_INSTALL_EXAMPLES]/designer/calculatorform
 INSTALLS += target
index eb1e3b7..1e420aa 100644 (file)
@@ -4,6 +4,5 @@ SOURCES     = main.cpp
 RESOURCES   = worldtimeclockbuilder.qrc
 #! [0]
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/worldtimeclockbuilder
+target.path = $$[QT_INSTALL_EXAMPLES]/designer/worldtimeclockbuilder
 INSTALLS += target
index c81388c..3f5f71a 100644 (file)
@@ -1,3 +1,3 @@
 TEMPLATE = subdirs
-!isEmpty(QT.widgets.name): SUBDIRS += help designer uitools
+!isEmpty(QT.widgets.name): SUBDIRS += help designer linguist uitools
 
index 4f3da52..516a2e4 100644 (file)
@@ -10,6 +10,5 @@ HEADERS += wateringconfigdialog.h \
 
 FORMS   += wateringconfigdialog.ui
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp
+target.path = $$[QT_INSTALL_EXAMPLES]/help/contextsensitivehelp
 INSTALLS += target
index 593c870..78ce822 100644 (file)
@@ -7,7 +7,6 @@ SOURCES   += main.cpp \
 FORMS     += remotecontrol.ui
 RESOURCES += remotecontrol.qrc
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/remotecontrol
+target.path = $$[QT_INSTALL_EXAMPLES]/help/remotecontrol
 INSTALLS += target
 
index 232b859..2b0a1ac 100644 (file)
@@ -10,6 +10,5 @@ SOURCES       = main.cpp \
 
 QT += widgets
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer
+target.path = $$[QT_INSTALL_EXAMPLES]/help/simpletextviewer
 INSTALLS += target
index b78f1d4..9723703 100644 (file)
@@ -9,8 +9,7 @@ TRANSLATIONS = arrowpad_fr.ts \
                arrowpad_nl.ts
 #! [1]
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/arrowpad
+target.path = $$[QT_INSTALL_EXAMPLES]/linguist/arrowpad
 INSTALLS += target
 
 QT += widgets
index b789e2f..766b536 100644 (file)
@@ -4,8 +4,7 @@ SOURCES      = main.cpp
 TRANSLATIONS = hellotr_la.ts
 #! [1]
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
+target.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr
 INSTALLS += target
 
 QT += widgets
index a02cd15..fa51751 100644 (file)
@@ -5,8 +5,7 @@ SOURCES       = main.cpp \
                 printpanel.cpp
 TRANSLATIONS  = trollprint_pt.ts
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/trollprint
+target.path = $$[QT_INSTALL_EXAMPLES]/linguist/trollprint
 INSTALLS += target
 
 QT += widgets
index cabdefd..06f29b3 100644 (file)
@@ -4,8 +4,7 @@ HEADERS = calculatorform.h
 FORMS = calculatorform.ui
 #! [0]
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/multipleinheritance
+target.path = $$[QT_INSTALL_EXAMPLES]/uitools/multipleinheritance
 INSTALLS += target
 
 QT += widgets
index 5430962..0e6421f 100644 (file)
@@ -2,8 +2,7 @@ HEADERS         = textfinder.h
 RESOURCES      = textfinder.qrc
 SOURCES                = textfinder.cpp main.cpp
 
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
+target.path = $$[QT_INSTALL_EXAMPLES]/uitools/textfinder
 INSTALLS += target
 
 QT += widgets uitools