From 26ebb99a49a72e470aedf3b0a6d25fb0db5dc00c Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 22 Aug 2012 13:16:26 +0300 Subject: Fix installation of ActiveQt examples Active Qt examples cannot have dependencies to sources because not all installations have sources available. Each example that needs them now has its own copy of .rc, .def, and .ico files to make them self-contained. Task-number: QTBUG-26848 Change-Id: I1ce919dd393ff372ef12c5db268f9f08022fa3f7 Reviewed-by: Oswald Buddenhagen --- examples/activeqt/menus/menus.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/activeqt/menus/menus.pro') diff --git a/examples/activeqt/menus/menus.pro b/examples/activeqt/menus/menus.pro index c181393..adcaf8e 100644 --- a/examples/activeqt/menus/menus.pro +++ b/examples/activeqt/menus/menus.pro @@ -6,10 +6,10 @@ QT += widgets SOURCES = main.cpp menus.cpp HEADERS = menus.h -RC_FILE = $$QT.activeqt.sources/control/qaxserver.rc +RC_FILE = menus.rc # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus -sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS menus.pro +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS $$RC_FILE menus.ico menus.pro sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus INSTALLS += target sources -- cgit v1.2.3