summaryrefslogtreecommitdiffstats
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.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/activeqt/wrapper/wrapper.pro b/examples/activeqt/wrapper/wrapper.pro
index 5f8b2a0..c1a736c 100644
--- a/examples/activeqt/wrapper/wrapper.pro
+++ b/examples/activeqt/wrapper/wrapper.pro
@@ -8,10 +8,10 @@ contains(CONFIG, static):DEFINES += QT_NODLL
SOURCES = main.cpp
RC_FILE = wrapperax.rc
-DEF_FILE = $$QT.activeqt.sources/control/qaxserver.def
+DEF_FILE = wrapperax.def
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/wrapper
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE $$DEF_FILE wrapper.pro
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE $$DEF_FILE wrapperax.ico wrapper.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/wrapper
INSTALLS += target sources