diff options
Diffstat (limited to 'examples/tools/regexp/regexp.pro')
-rw-r--r-- | examples/tools/regexp/regexp.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tools/regexp/regexp.pro b/examples/tools/regexp/regexp.pro index 15ca9a4..bbb3fd3 100644 --- a/examples/tools/regexp/regexp.pro +++ b/examples/tools/regexp/regexp.pro @@ -7,3 +7,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS regexp.pro sources.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |