diff options
Diffstat (limited to 'examples/tools/undo/undo.pro')
-rw-r--r-- | examples/tools/undo/undo.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/tools/undo/undo.pro b/examples/tools/undo/undo.pro index 89f06bdfc7..ace6e49e8a 100644 --- a/examples/tools/undo/undo.pro +++ b/examples/tools/undo/undo.pro @@ -10,10 +10,10 @@ build_all:!build_pass { RESOURCES += undo.qrc # install -target.path = $$[QT_INSTALL_DEMOS]/qtbase/undo +target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undo sources.files = $$SOURCES $$HEADERS *.pro icons $$RESOURCES $$FORMS -sources.path = $$[QT_INSTALL_DEMOS]/qtbase/undo +sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undo INSTALLS += target sources -symbian: CONFIG += qt_demo QT += widgets +symbian: CONFIG += qt_example |