summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/simple/simple.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/simple/simple.pro')
-rw-r--r--examples/activeqt/simple/simple.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/activeqt/simple/simple.pro b/examples/activeqt/simple/simple.pro
index 8703ecb..297d8e0 100644
--- a/examples/activeqt/simple/simple.pro
+++ b/examples/activeqt/simple/simple.pro
@@ -5,10 +5,10 @@ CONFIG += qt warn_off qaxserver
QT += widgets
SOURCES = main.cpp
-RC_FILE = $$QT.activeqt.sources/control/qaxserver.rc
+RC_FILE = simple.rc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS simple.pro
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE simple.ico simple.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple
INSTALLS += target sources