diff options
Diffstat (limited to 'examples/tools/styleplugin/stylewindow/stylewindow.pro')
-rw-r--r-- | examples/tools/styleplugin/stylewindow/stylewindow.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/styleplugin/stylewindow/stylewindow.pro b/examples/tools/styleplugin/stylewindow/stylewindow.pro index 319e230943..658a46134b 100644 --- a/examples/tools/styleplugin/stylewindow/stylewindow.pro +++ b/examples/tools/styleplugin/stylewindow/stylewindow.pro @@ -11,9 +11,9 @@ win32 { } # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin +target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS stylewindow.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/styleplugin/stylewindow +sources.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/stylewindow INSTALLS += target sources QT += widgets |