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