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