public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-qt/qthelp/files: qthelp-4.8.6-fix-compat.patch
@ 2015-01-25 18:20 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-01-25 18:20 UTC (permalink / raw
  To: gentoo-commits

jlec        15/01/25 18:20:27

  Added:                qthelp-4.8.6-fix-compat.patch
  Log:
  dev-qt/qthelp: Install compat headers
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  dev-qt/qthelp/files/qthelp-4.8.6-fix-compat.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/files/qthelp-4.8.6-fix-compat.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qthelp/files/qthelp-4.8.6-fix-compat.patch?rev=1.1&content-type=text/plain

Index: qthelp-4.8.6-fix-compat.patch
===================================================================
 tools/assistant/compat/compat.pro  | 5 +++++
 tools/assistant/compat/lib/lib.pro | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/tools/assistant/compat/compat.pro b/tools/assistant/compat/compat.pro
index 171106a..51b8d5b 100755
--- a/tools/assistant/compat/compat.pro
+++ b/tools/assistant/compat/compat.pro
@@ -14,6 +14,8 @@ QT += xml network
 
 PROJECTNAME = Assistant
 
+DESTDIR = ../../../bin
+
 FORMS += helpdialog.ui \
         mainwindow.ui \
         tabbedbrowser.ui \
@@ -59,6 +61,9 @@ mac {
     TARGET = Assistant_adp
 }
 
+target.path=$$[QT_INSTALL_BINS]
+INSTALLS += target
+
 TRANSLATIONS = translations/assistant_adp_de.ts \
     translations/assistant_adp_ja.ts \
     translations/assistant_adp_pl.ts \
diff --git a/tools/assistant/compat/lib/lib.pro b/tools/assistant/compat/lib/lib.pro
index e50d470..8973d43 100755
--- a/tools/assistant/compat/lib/lib.pro
+++ b/tools/assistant/compat/lib/lib.pro
@@ -31,7 +31,7 @@ contains(CONFIG, static) {
 
 #load up the headers info
 CONFIG += qt_install_headers
-HEADERS_PRI = $$QT_BUILD_TREE/include/QtAssistant/headers.pri
+HEADERS_PRI = $$QT_SOURCE_TREE/include/QtAssistant/headers.pri
 include($$HEADERS_PRI, "", true)|clear(HEADERS_PRI)
 
 #mac frameworks





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-25 18:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 18:20 [gentoo-commits] gentoo-x86 commit in dev-qt/qthelp/files: qthelp-4.8.6-fix-compat.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox