diff options
Diffstat (limited to 'graphics/qt5-pixeltool/files/patch-src__src.pro')
-rw-r--r-- | graphics/qt5-pixeltool/files/patch-src__src.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/qt5-pixeltool/files/patch-src__src.pro b/graphics/qt5-pixeltool/files/patch-src__src.pro index 81e5d1f3852c..97ee904830ab 100644 --- a/graphics/qt5-pixeltool/files/patch-src__src.pro +++ b/graphics/qt5-pixeltool/files/patch-src__src.pro @@ -1,11 +1,11 @@ Only enter the directories we want to build, otherwise we might fail due to missing dependencies. ---- src/src.pro +--- src/src.pro.orig 2016-02-04 10:42:47 UTC +++ src/src.pro -@@ -1,37 +1,2 @@ +@@ -1,38 +1,3 @@ TEMPLATE = subdirs -- + -qtHaveModule(widgets) { - no-png { - message("Some graphics-related tools are unavailable without PNG support") @@ -20,6 +20,7 @@ missing dependencies. -} - -SUBDIRS += linguist \ +- qdoc \ - qtplugininfo -if(!android|android_app):!ios: SUBDIRS += qtpaths - |