diff options
Diffstat (limited to 'examples/help/remotecontrol')
-rw-r--r-- | examples/help/remotecontrol/remotecontrol.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/help/remotecontrol/remotecontrol.pro b/examples/help/remotecontrol/remotecontrol.pro index 05fc14c..e97af6d 100644 --- a/examples/help/remotecontrol/remotecontrol.pro +++ b/examples/help/remotecontrol/remotecontrol.pro @@ -11,3 +11,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/help/remotecontrol sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.doc doc sources.path = $$[QT_INSTALL_EXAMPLES]/help/remotecontrol INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |