diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-09-09 11:12:14 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-09-09 11:12:14 +0000 |
commit | 60768bf27dd05346f8983d58a37e17c19e57b008 (patch) | |
tree | 14c8caf3a4faffb7ced57199122d2684e515c95b /graphics/qt5-pixeltool | |
parent | 1d96dcd188cc119979168cff4f76c364ebfc8ecc (diff) |
Notes
Diffstat (limited to 'graphics/qt5-pixeltool')
-rw-r--r-- | graphics/qt5-pixeltool/files/patch-src__src.pro | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/qt5-pixeltool/files/patch-src__src.pro b/graphics/qt5-pixeltool/files/patch-src__src.pro index 6aa1c300bab0..f2ee76b26695 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.orig 2016-07-23 14:50:14 UTC +--- src/src.pro.orig 2018-06-09 11:10:38 UTC +++ src/src.pro -@@ -1,52 +1,2 @@ +@@ -1,53 +1,3 @@ TEMPLATE = subdirs -- + -qtHaveModule(widgets) { - no-png { - message("Some graphics-related tools are unavailable without PNG support") @@ -19,13 +19,14 @@ missing dependencies. -} - -SUBDIRS += linguist \ -- qdoc \ - qtattributionsscanner - -qtConfig(library) { - !android|android_app: SUBDIRS += qtplugininfo -} - +-config_clang: SUBDIRS += qdoc +- -if(!android|android_app):!uikit: SUBDIRS += qtpaths - -mac { |