summaryrefslogtreecommitdiff
path: root/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch')
-rw-r--r--dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch b/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch
deleted file mode 100644
index 262996aa1068..000000000000
--- a/dev-qt/qtdemo/files/qtdemo-4.6-plugandpaint.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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) {