diff options
author | James Meyer <james.meyer@operamail.com> | 2009-05-20 02:51:25 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-05-20 02:51:25 (GMT) |
commit | ab2f6a2a66c7e2b47d03da81e72109aa96fd9c2c (patch) | |
tree | 7b5db6af9db2113343a65fbac37e4821d939ba3c /abs/core-testing/qt/qdoc3.patch | |
parent | c1fb5b95e554560a87424a6f3334abf049f999b8 (diff) | |
parent | e7cd231a27e5f65ed92b56c85e0e05aeb3645132 (diff) | |
download | linhes_pkgbuild-ab2f6a2a66c7e2b47d03da81e72109aa96fd9c2c.zip linhes_pkgbuild-ab2f6a2a66c7e2b47d03da81e72109aa96fd9c2c.tar.gz linhes_pkgbuild-ab2f6a2a66c7e2b47d03da81e72109aa96fd9c2c.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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 |