Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qtdemo/files: qtdemo-4.6-plugandpaint.patch
Date: Sat, 02 Mar 2013 15:27:12
Message-Id: 20130302152709.694272171E@flycatcher.gentoo.org
1 yngwin 13/03/02 15:27:09
2
3 Added: qtdemo-4.6-plugandpaint.patch
4 Log:
5 Move to new dev-qt category
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x2B2474AD43CE296E!)
8
9 Revision Changes Path
10 1.1 dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch?rev=1.1&content-type=text/plain
14
15 Index: qtdemo-4.6-plugandpaint.patch
16 ===================================================================
17 diff --git a/examples/tools/plugandpaint/plugandpaint.pro b/examples/tools/plugandpaint/plugandpaint.pro
18 index 9616eb8..e188bc1 100644
19 --- a/examples/tools/plugandpaint/plugandpaint.pro
20 +++ b/examples/tools/plugandpaint/plugandpaint.pro
21 @@ -10,7 +10,7 @@ SOURCES = main.cpp \
22 symbian {
23 LIBS = -lpnp_basictools.lib
24 } else {
25 - LIBS = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
26 + LIBS += -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools
27 }
28
29 if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {