summaryrefslogtreecommitdiff
path: root/examples/activeqt/wrapper/wrapper.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/wrapper/wrapper.pro')
-rw-r--r--examples/activeqt/wrapper/wrapper.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/wrapper/wrapper.pro b/examples/activeqt/wrapper/wrapper.pro
index d1209a3..5f8b2a0 100644
--- a/examples/activeqt/wrapper/wrapper.pro
+++ b/examples/activeqt/wrapper/wrapper.pro
@@ -12,6 +12,6 @@ DEF_FILE = $$QT.activeqt.sources/control/qaxserver.def
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/wrapper
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS wrapper.pro
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE $$DEF_FILE wrapper.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/wrapper
INSTALLS += target sources