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