summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/styles/styles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/styles/styles.pro')
-rw-r--r--examples/widgets/widgets/styles/styles.pro4
1 files changed, 2 insertions, 2 deletions
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