summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-21 14:04:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-21 16:36:50 +0100
commit626283740f9e670a9756e792d36b7cfe6a02cf45 (patch)
tree1abb9662ce38bf42b6adb2a5903bdca50c0d0362 /examples/widgets/widgets
parent23e44afe7a27a385f430fbae9ce4948a44b93bce (diff)
Fix building of examples.
- Correct install path of widget examples to contain widgets directory in target tree. - Add missing resources. Task-number: QTBUG-27977 Change-Id: If4cb117998892b0b165d7678367553d3a7553b91 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'examples/widgets/widgets')
-rw-r--r--examples/widgets/widgets/analogclock/analogclock.pro4
-rw-r--r--examples/widgets/widgets/applicationicon/applicationicon.pro4
-rw-r--r--examples/widgets/widgets/calculator/calculator.pro4
-rw-r--r--examples/widgets/widgets/calendarwidget/calendarwidget.pro4
-rw-r--r--examples/widgets/widgets/charactermap/charactermap.pro4
-rw-r--r--examples/widgets/widgets/codeeditor/codeeditor.pro4
-rw-r--r--examples/widgets/widgets/digitalclock/digitalclock.pro4
-rw-r--r--examples/widgets/widgets/elidedlabel/elidedlabel.pro4
-rw-r--r--examples/widgets/widgets/groupbox/groupbox.pro4
-rw-r--r--examples/widgets/widgets/icons/icons.pro4
-rw-r--r--examples/widgets/widgets/imageviewer/imageviewer.pro4
-rw-r--r--examples/widgets/widgets/lineedits/lineedits.pro4
-rw-r--r--examples/widgets/widgets/mousebuttons/mousebuttons.pro6
-rw-r--r--examples/widgets/widgets/movie/movie.pro4
-rw-r--r--examples/widgets/widgets/orientation/orientation.pro4
-rw-r--r--examples/widgets/widgets/scribble/scribble.pro4
-rw-r--r--examples/widgets/widgets/shapedclock/shapedclock.pro4
-rw-r--r--examples/widgets/widgets/sliders/sliders.pro4
-rw-r--r--examples/widgets/widgets/spinboxes/spinboxes.pro4
-rw-r--r--examples/widgets/widgets/styles/styles.pro4
-rw-r--r--examples/widgets/widgets/stylesheet/stylesheet.pro4
-rw-r--r--examples/widgets/widgets/tablet/tablet.pro4
-rw-r--r--examples/widgets/widgets/tetrix/tetrix.pro4
-rw-r--r--examples/widgets/widgets/tooltips/tooltips.pro4
-rw-r--r--examples/widgets/widgets/validators/validators.pro4
-rw-r--r--examples/widgets/widgets/widgets.pro4
-rw-r--r--examples/widgets/widgets/wiggly/wiggly.pro4
-rw-r--r--examples/widgets/widgets/windowflags/windowflags.pro4
28 files changed, 57 insertions, 57 deletions
diff --git a/examples/widgets/widgets/analogclock/analogclock.pro b/examples/widgets/widgets/analogclock/analogclock.pro
index 5ba3a6f678..ee7186dd8c 100644
--- a/examples/widgets/widgets/analogclock/analogclock.pro
+++ b/examples/widgets/widgets/analogclock/analogclock.pro
@@ -5,9 +5,9 @@ SOURCES = analogclock.cpp \
QMAKE_PROJECT_NAME = widgets_analogclock
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/analogclock
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/analogclock
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS analogclock.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/analogclock
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/analogclock
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/applicationicon/applicationicon.pro b/examples/widgets/widgets/applicationicon/applicationicon.pro
index 0a3ba8bbdd..9f0a5002d1 100644
--- a/examples/widgets/widgets/applicationicon/applicationicon.pro
+++ b/examples/widgets/widgets/applicationicon/applicationicon.pro
@@ -11,7 +11,7 @@ OTHER_FILES += applicationicon.svg \
applicationicon.desktop
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/applicationicon
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/applicationicon
sources.files = $$SOURCES $$HEADERS applicationicon.svg applicationicon.png *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/applicationicon
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/applicationicon
INSTALLS += target sources
diff --git a/examples/widgets/widgets/calculator/calculator.pro b/examples/widgets/widgets/calculator/calculator.pro
index d237871e0d..68ec72400e 100644
--- a/examples/widgets/widgets/calculator/calculator.pro
+++ b/examples/widgets/widgets/calculator/calculator.pro
@@ -5,9 +5,9 @@ SOURCES = button.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/calculator
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/calculator
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS calculator.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/calculator
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/calculator
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/calendarwidget/calendarwidget.pro b/examples/widgets/widgets/calendarwidget/calendarwidget.pro
index 3c75fb6a33..d3890a9b71 100644
--- a/examples/widgets/widgets/calendarwidget/calendarwidget.pro
+++ b/examples/widgets/widgets/calendarwidget/calendarwidget.pro
@@ -3,9 +3,9 @@ SOURCES = main.cpp \
window.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/calendarwidget
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/calendarwidget
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS calendarwidget.pro resources
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/calendarwidget
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/calendarwidget
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/charactermap/charactermap.pro b/examples/widgets/widgets/charactermap/charactermap.pro
index 0a9d6e7b5c..dab67c5a3d 100644
--- a/examples/widgets/widgets/charactermap/charactermap.pro
+++ b/examples/widgets/widgets/charactermap/charactermap.pro
@@ -5,9 +5,9 @@ SOURCES = characterwidget.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/charactermap
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/charactermap
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS charactermap.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/charactermap
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/charactermap
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/codeeditor/codeeditor.pro b/examples/widgets/widgets/codeeditor/codeeditor.pro
index ec38770cc6..ee861e8dfa 100644
--- a/examples/widgets/widgets/codeeditor/codeeditor.pro
+++ b/examples/widgets/widgets/codeeditor/codeeditor.pro
@@ -2,9 +2,9 @@ HEADERS = codeeditor.h
SOURCES = main.cpp \
codeeditor.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/codeeditor
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/codeeditor
sources.files = $$SOURCES $$HEADERS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/codeeditor
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/codeeditor
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/digitalclock/digitalclock.pro b/examples/widgets/widgets/digitalclock/digitalclock.pro
index c0ad11e146..1f79fcba76 100644
--- a/examples/widgets/widgets/digitalclock/digitalclock.pro
+++ b/examples/widgets/widgets/digitalclock/digitalclock.pro
@@ -3,9 +3,9 @@ SOURCES = digitalclock.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/digitalclock
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/digitalclock
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS digitalclock.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/digitalclock
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/digitalclock
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/elidedlabel/elidedlabel.pro b/examples/widgets/widgets/elidedlabel/elidedlabel.pro
index f3fbc23d96..d360c3f6ed 100644
--- a/examples/widgets/widgets/elidedlabel/elidedlabel.pro
+++ b/examples/widgets/widgets/elidedlabel/elidedlabel.pro
@@ -15,7 +15,7 @@ HEADERS += \
elidedlabel.h
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/elidedlabel
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/elidedlabel
sources.files = $$SOURCES $$HEADERS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/elidedlabel
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/elidedlabel
INSTALLS += target sources
diff --git a/examples/widgets/widgets/groupbox/groupbox.pro b/examples/widgets/widgets/groupbox/groupbox.pro
index 07c0ed8818..8787c7d7f9 100644
--- a/examples/widgets/widgets/groupbox/groupbox.pro
+++ b/examples/widgets/widgets/groupbox/groupbox.pro
@@ -3,9 +3,9 @@ SOURCES = window.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/groupbox
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/groupbox
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS groupbox.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/groupbox
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/groupbox
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/icons/icons.pro b/examples/widgets/widgets/icons/icons.pro
index 8b0831117c..ca22d65bcb 100644
--- a/examples/widgets/widgets/icons/icons.pro
+++ b/examples/widgets/widgets/icons/icons.pro
@@ -9,9 +9,9 @@ SOURCES = iconpreviewarea.cpp \
mainwindow.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/icons
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/icons
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS icons.pro images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/icons
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/icons
INSTALLS += target sources
diff --git a/examples/widgets/widgets/imageviewer/imageviewer.pro b/examples/widgets/widgets/imageviewer/imageviewer.pro
index 15751ff3d9..b66ccf382d 100644
--- a/examples/widgets/widgets/imageviewer/imageviewer.pro
+++ b/examples/widgets/widgets/imageviewer/imageviewer.pro
@@ -3,9 +3,9 @@ SOURCES = imageviewer.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/imageviewer
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/imageviewer
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS imageviewer.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/imageviewer
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/imageviewer
INSTALLS += target sources
diff --git a/examples/widgets/widgets/lineedits/lineedits.pro b/examples/widgets/widgets/lineedits/lineedits.pro
index 01d4b2f1b7..8d16866ebf 100644
--- a/examples/widgets/widgets/lineedits/lineedits.pro
+++ b/examples/widgets/widgets/lineedits/lineedits.pro
@@ -3,9 +3,9 @@ SOURCES = main.cpp \
window.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/lineedits
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/lineedits
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS lineedits.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/lineedits
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/lineedits
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/mousebuttons/mousebuttons.pro b/examples/widgets/widgets/mousebuttons/mousebuttons.pro
index ed181d082c..8b3bea1ae7 100644
--- a/examples/widgets/widgets/mousebuttons/mousebuttons.pro
+++ b/examples/widgets/widgets/mousebuttons/mousebuttons.pro
@@ -11,8 +11,8 @@ HEADERS += \
buttontester.h \
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/mousebuttons
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS buttontester.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/mousebuttons
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/mousebuttons
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mousebuttons.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/mousebuttons
INSTALLS += target sources
QT += core widgets
diff --git a/examples/widgets/widgets/movie/movie.pro b/examples/widgets/widgets/movie/movie.pro
index dd6e40b83c..81ae2243c5 100644
--- a/examples/widgets/widgets/movie/movie.pro
+++ b/examples/widgets/widgets/movie/movie.pro
@@ -3,9 +3,9 @@ SOURCES = main.cpp \
movieplayer.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/movie
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/movie
sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro animation.gif
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/movie
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/movie
INSTALLS += target sources
diff --git a/examples/widgets/widgets/orientation/orientation.pro b/examples/widgets/widgets/orientation/orientation.pro
index 36a3e91a9c..89786bec7d 100644
--- a/examples/widgets/widgets/orientation/orientation.pro
+++ b/examples/widgets/widgets/orientation/orientation.pro
@@ -23,9 +23,9 @@ RESOURCES += \
images.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/orientation
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/orientation
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/orientation
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/orientation
INSTALLS += target sources
simulator: warning(This example might not fully work on Simulator platform)
diff --git a/examples/widgets/widgets/scribble/scribble.pro b/examples/widgets/widgets/scribble/scribble.pro
index 9c6e3cb100..eaed4679f1 100644
--- a/examples/widgets/widgets/scribble/scribble.pro
+++ b/examples/widgets/widgets/scribble/scribble.pro
@@ -5,9 +5,9 @@ SOURCES = main.cpp \
scribblearea.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/scribble
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/scribble
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS scribble.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/scribble
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/scribble
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/shapedclock/shapedclock.pro b/examples/widgets/widgets/shapedclock/shapedclock.pro
index 5bc1cb8706..a83f8b80d5 100644
--- a/examples/widgets/widgets/shapedclock/shapedclock.pro
+++ b/examples/widgets/widgets/shapedclock/shapedclock.pro
@@ -3,9 +3,9 @@ SOURCES = shapedclock.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/shapedclock
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/shapedclock
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS shapedclock.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/shapedclock
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/shapedclock
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/sliders/sliders.pro b/examples/widgets/widgets/sliders/sliders.pro
index b0438072ec..0ef1a0eed2 100644
--- a/examples/widgets/widgets/sliders/sliders.pro
+++ b/examples/widgets/widgets/sliders/sliders.pro
@@ -5,9 +5,9 @@ SOURCES = main.cpp \
window.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/sliders
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/sliders
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS sliders.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/sliders
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/sliders
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/spinboxes/spinboxes.pro b/examples/widgets/widgets/spinboxes/spinboxes.pro
index e19e33178d..b425882bf2 100644
--- a/examples/widgets/widgets/spinboxes/spinboxes.pro
+++ b/examples/widgets/widgets/spinboxes/spinboxes.pro
@@ -3,9 +3,9 @@ SOURCES = main.cpp \
window.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/spinboxes
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/spinboxes
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS spinboxes.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/spinboxes
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/spinboxes
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/styles/styles.pro b/examples/widgets/widgets/styles/styles.pro
index 0be4f1ef3c..7fa0a4d7cd 100644
--- a/examples/widgets/widgets/styles/styles.pro
+++ b/examples/widgets/widgets/styles/styles.pro
@@ -8,9 +8,9 @@ RESOURCES = styles.qrc
REQUIRES += "contains(styles, windows)"
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/styles
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/styles
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styles.pro images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/styles
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/styles
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/stylesheet/stylesheet.pro b/examples/widgets/widgets/stylesheet/stylesheet.pro
index 4d609a9210..da5c388fbf 100644
--- a/examples/widgets/widgets/stylesheet/stylesheet.pro
+++ b/examples/widgets/widgets/stylesheet/stylesheet.pro
@@ -8,9 +8,9 @@ SOURCES = main.cpp \
stylesheeteditor.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/stylesheet
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/stylesheet
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images layouts qss
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/stylesheet
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/stylesheet
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/tablet/tablet.pro b/examples/widgets/widgets/tablet/tablet.pro
index 9ad533fc64..5b0d4c1d84 100644
--- a/examples/widgets/widgets/tablet/tablet.pro
+++ b/examples/widgets/widgets/tablet/tablet.pro
@@ -7,9 +7,9 @@ SOURCES = mainwindow.cpp \
tabletapplication.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tablet
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tablet
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tablet.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tablet
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tablet
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/tetrix/tetrix.pro b/examples/widgets/widgets/tetrix/tetrix.pro
index 6e8a270335..59260fbc36 100644
--- a/examples/widgets/widgets/tetrix/tetrix.pro
+++ b/examples/widgets/widgets/tetrix/tetrix.pro
@@ -7,9 +7,9 @@ SOURCES = main.cpp \
tetrixwindow.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tetrix
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tetrix
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tetrix.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tetrix
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tetrix
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/tooltips/tooltips.pro b/examples/widgets/widgets/tooltips/tooltips.pro
index 76a6cd00f8..e3e8520f8d 100644
--- a/examples/widgets/widgets/tooltips/tooltips.pro
+++ b/examples/widgets/widgets/tooltips/tooltips.pro
@@ -6,9 +6,9 @@ SOURCES = main.cpp \
RESOURCES = tooltips.qrc
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tooltips
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tooltips
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tooltips.pro images
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tooltips
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tooltips
INSTALLS += target sources
QT += widgets
diff --git a/examples/widgets/widgets/validators/validators.pro b/examples/widgets/widgets/validators/validators.pro
index 7970f961cd..561d70ab07 100644
--- a/examples/widgets/widgets/validators/validators.pro
+++ b/examples/widgets/widgets/validators/validators.pro
@@ -7,9 +7,9 @@ SOURCES += main.cpp ledwidget.cpp localeselector.cpp
HEADERS += ledwidget.h localeselector.h
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/validators
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/validators
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/validators
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/validators
INSTALLS += target sources
simulator: warning(This example might not fully work on Simulator platform)
diff --git a/examples/widgets/widgets/widgets.pro b/examples/widgets/widgets/widgets.pro
index b14a587968..ec4d3af3bf 100644
--- a/examples/widgets/widgets/widgets.pro
+++ b/examples/widgets/widgets/widgets.pro
@@ -29,6 +29,6 @@ SUBDIRS = analogclock \
contains(styles, windows): SUBDIRS += styles
# install
-sources.files = widgets.pro README
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
+sources.files = widgets.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets
INSTALLS += sources
diff --git a/examples/widgets/widgets/wiggly/wiggly.pro b/examples/widgets/widgets/wiggly/wiggly.pro
index 6b89cd1769..a7062fa7eb 100644
--- a/examples/widgets/widgets/wiggly/wiggly.pro
+++ b/examples/widgets/widgets/wiggly/wiggly.pro
@@ -7,7 +7,7 @@ SOURCES = wigglywidget.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/wiggly
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/wiggly
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS wiggly.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/wiggly
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/wiggly
INSTALLS += target sources
diff --git a/examples/widgets/widgets/windowflags/windowflags.pro b/examples/widgets/widgets/windowflags/windowflags.pro
index b063b8ab2c..c98b7a8b9a 100644
--- a/examples/widgets/widgets/windowflags/windowflags.pro
+++ b/examples/widgets/widgets/windowflags/windowflags.pro
@@ -5,9 +5,9 @@ SOURCES = controllerwindow.cpp \
main.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/windowflags
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/windowflags
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS windowflags.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/windowflags
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/windowflags
INSTALLS += target sources
QT += widgets