RESOURCES += arthur_plugin.qrc
-# install
-sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.jpg *.png
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/arthurplugin
-INSTALLS += sources
-
win32-msvc* {
QMAKE_CFLAGS += /Zm500
QMAKE_CXXFLAGS += /Zm500
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/calculatorbuilder
-sources.files = $$SOURCES $$HEADERS $$RESOURCES *.ui *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/calculatorbuilder
-INSTALLS += target sources
+INSTALLS += target
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/calculatorform
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/calculatorform
-INSTALLS += target sources
+INSTALLS += target
OTHER_FILES += multipagewidget.json
#! [2]
-
-# install
-sources.files = $$SOURCES $$HEADERS *.pro multipagewidget.json
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/containerextension
-INSTALLS += sources
-
customwidgetplugin.cpp
OTHER_FILES += analogclock.json
#! [3]
-
-# install
-sources.files = $$SOURCES $$HEADERS *.pro analogclock.json
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/customwidgetplugin
-INSTALLS += sources
# the sun cc compiler has a problem with the include lines for the form.prf
solaris-cc*:SUBDIRS -= calculatorbuilder \
worldtimeclockbuilder
-
-
-# install
-sources.files = README *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer
-INSTALLS += sources
tictactoetaskmenu.cpp
OTHER_FILES += tictactoe.json
#! [2]
-
-# install
-sources.files = $$SOURCES $$HEADERS *.pro tictactoe.json
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/taskmenuextension
-INSTALLS += sources
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/worldtimeclockbuilder
-sources.files = $$SOURCES $$HEADERS $$RESOURCES *.ui *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/worldtimeclockbuilder
-INSTALLS += target sources
+INSTALLS += target
SOURCES = worldtimeclock.cpp \
worldtimeclockplugin.cpp
#! [2]
-
-# install
-sources.files = $$SOURCES $$HEADERS *.pro worldtimeclock.json
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/designer/worldtimeclockplugin
-INSTALLS += sources
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/contextsensitivehelp
-INSTALLS += target sources
+INSTALLS += target
SUBDIRS += contextsensitivehelp \
remotecontrol \
simpletextviewer
-
-# install
-sources.files = README *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help
-INSTALLS += sources
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/remotecontrol
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/remotecontrol
-INSTALLS += target sources
+INSTALLS += target
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer
-sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qttools/help/simpletextviewer
-INSTALLS += target sources
+INSTALLS += target
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/multipleinheritance
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/multipleinheritance
-INSTALLS += target sources
+INSTALLS += target
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro forms
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools/textfinder
-INSTALLS += target sources
+INSTALLS += target
QT += widgets uitools
!wince*:contains(QT_BUILD_PARTS, tools): SUBDIRS += textfinder
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS uitools.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/uitools
-INSTALLS += target sources
-
QT += widgets