summaryrefslogtreecommitdiffstats
path: root/examples/tools/styleplugin/plugin/plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/styleplugin/plugin/plugin.pro')
-rw-r--r--examples/tools/styleplugin/plugin/plugin.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/styleplugin/plugin/plugin.pro b/examples/tools/styleplugin/plugin/plugin.pro
index b0dd871b7b..c13af5a36c 100644
--- a/examples/tools/styleplugin/plugin/plugin.pro
+++ b/examples/tools/styleplugin/plugin/plugin.pro
@@ -16,9 +16,9 @@ win32 {
}
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin/styles
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/styles
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin/plugin
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/plugin
INSTALLS += target sources