summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-01-27 09:46:25 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:56 +0200
commit9b235560bae370d23d830da66e0cd0622a6d3434 (patch)
tree2fb3c598e4b884b4f21cb7b020a559abe9a42498 /examples
parenta556c34a32263115228689451b0f205b0cf3b65c (diff)
Changed references to ActiveQt resources.
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/hierarchy/hierarchy.pro4
-rw-r--r--examples/activeqt/menus/menus.pro2
-rw-r--r--examples/activeqt/multiple/multiple.pro2
-rw-r--r--examples/activeqt/opengl/opengl.pro2
-rw-r--r--examples/activeqt/simple/simple.pro2
-rw-r--r--examples/activeqt/wrapper/wrapper.pro2
6 files changed, 7 insertions, 7 deletions
diff --git a/examples/activeqt/hierarchy/hierarchy.pro b/examples/activeqt/hierarchy/hierarchy.pro
index abe5f1b..732bbde 100644
--- a/examples/activeqt/hierarchy/hierarchy.pro
+++ b/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/examples/activeqt/menus/menus.pro b/examples/activeqt/menus/menus.pro
index c962b6b..fc61e8a 100644
--- a/examples/activeqt/menus/menus.pro
+++ b/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/examples/activeqt/multiple/multiple.pro b/examples/activeqt/multiple/multiple.pro
index 7b86950..058e966 100644
--- a/examples/activeqt/multiple/multiple.pro
+++ b/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/examples/activeqt/opengl/opengl.pro b/examples/activeqt/opengl/opengl.pro
index 8eb81be..f570dbe 100644
--- a/examples/activeqt/opengl/opengl.pro
+++ b/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/examples/activeqt/simple/simple.pro b/examples/activeqt/simple/simple.pro
index d0f2019..4742370 100644
--- a/examples/activeqt/simple/simple.pro
+++ b/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/examples/activeqt/wrapper/wrapper.pro b/examples/activeqt/wrapper/wrapper.pro
index 4eb6baf..d5443dc 100644
--- a/examples/activeqt/wrapper/wrapper.pro
+++ b/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