summaryrefslogtreecommitdiff
path: root/examples/activeqt/opengl/opengl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/opengl/opengl.pro')
-rw-r--r--examples/activeqt/opengl/opengl.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/activeqt/opengl/opengl.pro b/examples/activeqt/opengl/opengl.pro
index 2762345..6c1360a 100644
--- a/examples/activeqt/opengl/opengl.pro
+++ b/examples/activeqt/opengl/opengl.pro
@@ -10,10 +10,11 @@ HEADERS = glbox.h \
SOURCES = glbox.cpp \
globjwin.cpp \
main.cpp
-RC_FILE = $$QT.activeqt.sources/control/qaxserver.rc
+
+RC_FILE = opengl.rc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/opengl
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS opengl.pro
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE opengl.ico opengl.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/opengl
INSTALLS += target sources