1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
From 8df8f4674352a0fb65ee8eb74d860fad41edbc5c Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
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
|