summaryrefslogtreecommitdiffstats
path: root/examples/tools/styleplugin/styleplugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/styleplugin/styleplugin.pro')
-rw-r--r--examples/tools/styleplugin/styleplugin.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/styleplugin/styleplugin.pro b/examples/tools/styleplugin/styleplugin.pro
index 51a5e4ec9f..63805a14cc 100644
--- a/examples/tools/styleplugin/styleplugin.pro
+++ b/examples/tools/styleplugin/styleplugin.pro
@@ -3,9 +3,9 @@ SUBDIRS = stylewindow \
plugin
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS styleplugin.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
INSTALLS += target sources
QT += widgets