diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2018-05-14 00:27:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2018-05-14 00:28:50 +0200 |
commit | df8eccf744cf0a7990f4b0497b743dca017afcf8 (patch) | |
tree | f3c9ef8a56ed583511e705e89b243fa2253083e7 /dev-qt/qtdemo/files | |
parent | dev-qt/qt-meta: 3.3.8: dev-db/postgresql-base -> dev-db/postgresql (diff) | |
download | kde-sunset-df8eccf744cf0a7990f4b0497b743dca017afcf8.tar.gz kde-sunset-df8eccf744cf0a7990f4b0497b743dca017afcf8.tar.bz2 kde-sunset-df8eccf744cf0a7990f4b0497b743dca017afcf8.zip |
dev-qt: Import Qt 4.8.7 from Gentoo ebuild repository
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-qt/qtdemo/files')
-rw-r--r-- | dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch b/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch new file mode 100644 index 00000000..262996aa --- /dev/null +++ b/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch @@ -0,0 +1,13 @@ +diff --git a/examples/tools/plugandpaint/plugandpaint.pro b/examples/tools/plugandpaint/plugandpaint.pro +index 9616eb8..e188bc1 100644 +--- a/examples/tools/plugandpaint/plugandpaint.pro ++++ b/examples/tools/plugandpaint/plugandpaint.pro +@@ -10,7 +10,7 @@ SOURCES = main.cpp \ + symbian { + LIBS = -lpnp_basictools.lib + } else { +- LIBS = -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools ++ LIBS += -L$${QT_BUILD_TREE}/examples/tools/plugandpaint/plugins -lpnp_basictools + } + + if(!debug_and_release|build_pass):CONFIG(debug, debug|release) { |