diff options
Diffstat (limited to 'examples/tools/undoframework/undoframework.pro')
-rw-r--r-- | examples/tools/undoframework/undoframework.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/undoframework/undoframework.pro b/examples/tools/undoframework/undoframework.pro index a51a43721e..d50247442a 100644 --- a/examples/tools/undoframework/undoframework.pro +++ b/examples/tools/undoframework/undoframework.pro @@ -10,9 +10,9 @@ SOURCES = commands.cpp \ RESOURCES = undoframework.qrc # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undoframework +target.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS undoframework.pro README images -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undoframework +sources.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework INSTALLS += target sources QT += widgets |