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