From 8df8f4674352a0fb65ee8eb74d860fad41edbc5c Mon Sep 17 00:00:00 2001 From: axis Date: Thu, 27 Jan 2011 09:46:25 +0100 Subject: [PATCH] Changed references to ActiveQt resources. --- .../examples/activeqt/hierarchy/hierarchy.pro | 4 ++-- qtactiveqt/examples/activeqt/menus/menus.pro | 2 +- qtactiveqt/examples/activeqt/multiple/multiple.pro | 2 +- qtactiveqt/examples/activeqt/opengl/opengl.pro | 2 +- qtactiveqt/examples/activeqt/simple/simple.pro | 2 +- qtactiveqt/examples/activeqt/wrapper/wrapper.pro | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/qtactiveqt/examples/activeqt/hierarchy/hierarchy.pro b/qtactiveqt/examples/activeqt/hierarchy/hierarchy.pro index abe5f1b..732bbde 100644 --- a/qtactiveqt/examples/activeqt/hierarchy/hierarchy.pro +++ b/qtactiveqt/examples/activeqt/hierarchy/hierarchy.pro @@ -6,8 +6,8 @@ contains(CONFIG, static):DEFINES += QT_NODLL SOURCES = objects.cpp main.cpp HEADERS = objects.h -RC_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.rc -DEF_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.def +RC_FILE = $$QT.activeqt.sources/control/qaxserver.rc +DEF_FILE = $$QT.activeqt.sources/control/qaxserver.def # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/hierarchy diff --git a/qtactiveqt/examples/activeqt/menus/menus.pro b/qtactiveqt/examples/activeqt/menus/menus.pro index c962b6b..fc61e8a 100644 --- a/qtactiveqt/examples/activeqt/menus/menus.pro +++ b/qtactiveqt/examples/activeqt/menus/menus.pro @@ -5,7 +5,7 @@ CONFIG += qt warn_off qaxserver SOURCES = main.cpp menus.cpp HEADERS = menus.h -RC_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.rc +RC_FILE = $$QT.activeqt.sources/control/qaxserver.rc # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/menus diff --git a/qtactiveqt/examples/activeqt/multiple/multiple.pro b/qtactiveqt/examples/activeqt/multiple/multiple.pro index 7b86950..058e966 100644 --- a/qtactiveqt/examples/activeqt/multiple/multiple.pro +++ b/qtactiveqt/examples/activeqt/multiple/multiple.pro @@ -7,7 +7,7 @@ contains(CONFIG, static):DEFINES += QT_NODLL SOURCES = main.cpp HEADERS = ax1.h ax2.h RC_FILE = multipleax.rc -DEF_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.def +DEF_FILE = $$QT.activeqt.sources/control/qaxserver.def # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/multiple diff --git a/qtactiveqt/examples/activeqt/opengl/opengl.pro b/qtactiveqt/examples/activeqt/opengl/opengl.pro index 8eb81be..f570dbe 100644 --- a/qtactiveqt/examples/activeqt/opengl/opengl.pro +++ b/qtactiveqt/examples/activeqt/opengl/opengl.pro @@ -10,7 +10,7 @@ HEADERS = glbox.h \ SOURCES = glbox.cpp \ globjwin.cpp \ main.cpp -RC_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.rc +RC_FILE = $$QT.activeqt.sources/control/qaxserver.rc # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/opengl diff --git a/qtactiveqt/examples/activeqt/simple/simple.pro b/qtactiveqt/examples/activeqt/simple/simple.pro index d0f2019..4742370 100644 --- a/qtactiveqt/examples/activeqt/simple/simple.pro +++ b/qtactiveqt/examples/activeqt/simple/simple.pro @@ -4,7 +4,7 @@ TARGET = simpleax CONFIG += qt warn_off qaxserver SOURCES = main.cpp -RC_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.rc +RC_FILE = $$QT.activeqt.sources/control/qaxserver.rc # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple diff --git a/qtactiveqt/examples/activeqt/wrapper/wrapper.pro b/qtactiveqt/examples/activeqt/wrapper/wrapper.pro index 4eb6baf..d5443dc 100644 --- a/qtactiveqt/examples/activeqt/wrapper/wrapper.pro +++ b/qtactiveqt/examples/activeqt/wrapper/wrapper.pro @@ -6,7 +6,7 @@ contains(CONFIG, static):DEFINES += QT_NODLL SOURCES = main.cpp RC_FILE = wrapperax.rc -DEF_FILE = $$QT_SOURCE_TREE/src/activeqt/control/qaxserver.def +DEF_FILE = $$QT.activeqt.sources/control/qaxserver.def # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/wrapper -- 1.7.3.2.343.g7d43d