diff options
Diffstat (limited to 'examples/tools/regexp/regexp.pro')
-rw-r--r-- | examples/tools/regexp/regexp.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/regexp/regexp.pro b/examples/tools/regexp/regexp.pro index 48cd6d362a..8e88511ead 100644 --- a/examples/tools/regexp/regexp.pro +++ b/examples/tools/regexp/regexp.pro @@ -3,9 +3,9 @@ SOURCES = regexpdialog.cpp \ main.cpp # install -target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/regexp +target.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS regexp.pro -sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/regexp +sources.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp INSTALLS += target sources QT += widgets |