diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-05-12 18:49:15 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-05-12 18:49:15 (GMT) |
commit | 26c5910152da4720ff7130108a8a0fb953c8e431 (patch) | |
tree | d4a56a45cfbce4b340ee190a18440d2979c400cc /abs/core-testing/qt/qdoc3.patch | |
parent | 7296d80447ea1f20c91e7d8e9b44f63040c759e2 (diff) | |
download | linhes_pkgbuild-26c5910152da4720ff7130108a8a0fb953c8e431.zip linhes_pkgbuild-26c5910152da4720ff7130108a8a0fb953c8e431.tar.gz linhes_pkgbuild-26c5910152da4720ff7130108a8a0fb953c8e431.tar.bz2 |
qt updated to 4.5.1
Diffstat (limited to 'abs/core-testing/qt/qdoc3.patch')
-rw-r--r-- | abs/core-testing/qt/qdoc3.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/abs/core-testing/qt/qdoc3.patch b/abs/core-testing/qt/qdoc3.patch new file mode 100644 index 0000000..38ae735 --- /dev/null +++ b/abs/core-testing/qt/qdoc3.patch @@ -0,0 +1,22 @@ +diff -up qt-x11-opensource-src-4.5.0/tools/qdoc3/qdoc3.pro.qdoc3 qt-x11-opensource-src-4.5.0/tools/qdoc3/qdoc3.pro +--- qt-x11-opensource-src-4.5.0/tools/qdoc3/qdoc3.pro.qdoc3 2009-02-25 15:09:26.000000000 -0600 ++++ qt-x11-opensource-src-4.5.0/tools/qdoc3/qdoc3.pro 2009-03-04 09:30:05.000000000 -0600 +@@ -106,3 +106,7 @@ win32 { + QT_WINCONFIG = debug + } + } ++ ++TARGET= qdoc3 ++target.path = $$[QT_INSTALL_BINS] ++INSTALLS += target +diff -up qt-x11-opensource-src-4.5.0/tools/tools.pro.qdoc3 qt-x11-opensource-src-4.5.0/tools/tools.pro +--- qt-x11-opensource-src-4.5.0/tools/tools.pro.qdoc3 2009-02-25 15:09:27.000000000 -0600 ++++ qt-x11-opensource-src-4.5.0/tools/tools.pro 2009-03-04 09:44:18.000000000 -0600 +@@ -13,6 +13,7 @@ no-png { + SUBDIRS += designer + } + SUBDIRS += linguist ++ SUBDIRS += qdoc3 + wince*: SUBDIRS = qtestlib designer + unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig + win32:!wince*:!contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt |