summaryrefslogtreecommitdiffstats
path: root/patches/0062-Added-needed-profile-files-for-ActiveQt.patch
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@nokia.com>2011-04-05 12:46:13 +0200
committerLiang Qi <liang.qi@nokia.com>2011-04-05 13:36:14 +0200
commit51707f255067cb526bfd3bf9b3e41a709512145c (patch)
treeeb9030f3b8487178598d76d5ff95e5cbb8cd8ce8 /patches/0062-Added-needed-profile-files-for-ActiveQt.patch
parentb8fd26864b1f9a24c3230cf2942b19b9442a7c69 (diff)
Change activeqt repo to qtactiveqt
Diffstat (limited to 'patches/0062-Added-needed-profile-files-for-ActiveQt.patch')
-rw-r--r--patches/0062-Added-needed-profile-files-for-ActiveQt.patch32
1 files changed, 16 insertions, 16 deletions
diff --git a/patches/0062-Added-needed-profile-files-for-ActiveQt.patch b/patches/0062-Added-needed-profile-files-for-ActiveQt.patch
index 85b6296..2a70bb8 100644
--- a/patches/0062-Added-needed-profile-files-for-ActiveQt.patch
+++ b/patches/0062-Added-needed-profile-files-for-ActiveQt.patch
@@ -4,21 +4,21 @@ Date: Thu, 27 Jan 2011 09:30:40 +0100
Subject: [PATCH] Added needed profile files for ActiveQt.
---
- activeqt/activeqt.pro | 18 ++++++++++++++++++
- activeqt/modules/qt_activeqt.pri | 15 +++++++++++++++
- activeqt/src/src.pro | 6 ++++++
- activeqt/sync.profile | 13 +++++++++++++
+ qtactiveqt/qtactiveqt.pro | 18 ++++++++++++++++++
+ qtactiveqt/modules/qt_activeqt.pri | 15 +++++++++++++++
+ qtactiveqt/src/src.pro | 6 ++++++
+ qtactiveqt/sync.profile | 13 +++++++++++++
4 files changed, 52 insertions(+), 0 deletions(-)
- create mode 100644 activeqt/activeqt.pro
- create mode 100644 activeqt/modules/qt_activeqt.pri
- create mode 100644 activeqt/src/src.pro
- create mode 100644 activeqt/sync.profile
+ create mode 100644 qtactiveqt/qtactiveqt.pro
+ create mode 100644 qtactiveqt/modules/qt_activeqt.pri
+ create mode 100644 qtactiveqt/src/src.pro
+ create mode 100644 qtactiveqt/sync.profile
-diff --git a/activeqt/activeqt.pro b/activeqt/activeqt.pro
+diff --git a/qtactiveqt/qtactiveqt.pro b/qtactiveqt/qtactiveqt.pro
new file mode 100644
index 0000000..db56e0e
--- /dev/null
-+++ b/activeqt/activeqt.pro
++++ b/qtactiveqt/qtactiveqt.pro
@@ -0,0 +1,18 @@
+TEMPLATE = subdirs
+
@@ -38,11 +38,11 @@ index 0000000..db56e0e
+SUBDIRS = activeqt_src \
+ activeqt_tools \
+ activeqt_examples
-diff --git a/activeqt/modules/qt_activeqt.pri b/activeqt/modules/qt_activeqt.pri
+diff --git a/qtactiveqt/modules/qt_activeqt.pri b/qtactiveqt/modules/qt_activeqt.pri
new file mode 100644
index 0000000..fe6a421
--- /dev/null
-+++ b/activeqt/modules/qt_activeqt.pri
++++ b/qtactiveqt/modules/qt_activeqt.pri
@@ -0,0 +1,15 @@
+QT_DECLARATIVE_VERSION = $$QT_VERSION
+QT_DECLARATIVE_MAJOR_VERSION = $$QT_MAJOR_VERSION
@@ -59,11 +59,11 @@ index 0000000..fe6a421
+QT.activeqt.DEFINES = QT_ACTIVEQT_LIB
+
+QT_CONFIG += activeqt
-diff --git a/activeqt/src/src.pro b/activeqt/src/src.pro
+diff --git a/qtactiveqt/src/src.pro b/qtactiveqt/src/src.pro
new file mode 100644
index 0000000..9026c51
--- /dev/null
-+++ b/activeqt/src/src.pro
++++ b/qtactiveqt/src/src.pro
@@ -0,0 +1,6 @@
+TEMPLATE = subdirs
+
@@ -71,11 +71,11 @@ index 0000000..9026c51
+subdir_activeqt.target = sub_activeqt
+
+SUBDIRS += subdir_activeqt
-diff --git a/activeqt/sync.profile b/activeqt/sync.profile
+diff --git a/qtactiveqt/sync.profile b/qtactiveqt/sync.profile
new file mode 100644
index 0000000..22c222d
--- /dev/null
-+++ b/activeqt/sync.profile
++++ b/qtactiveqt/sync.profile
@@ -0,0 +1,13 @@
+%modules = ( # path to module name map
+ "ActiveQt" => "$basedir/src/activeqt",