diff options
Diffstat (limited to 'devel/qt4/files/Makefile.options')
-rw-r--r-- | devel/qt4/files/Makefile.options | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/qt4/files/Makefile.options b/devel/qt4/files/Makefile.options deleted file mode 100644 index 98166fc03c88..000000000000 --- a/devel/qt4/files/Makefile.options +++ /dev/null @@ -1,17 +0,0 @@ -# For (almost?) any QT_NO_* setting in QCONFIG_FLAGS (see the -# configure script), qt4-corelib adds to qconfig.h a conditional check -# made to disable by default (i.e., if it wasn't explicitly turned on) -# the related feature. QT4_OPTIONS are required to tweak qconfig.h -# without making qt4-corelib depend on useless stuff. Both qt4-corelib -# and qt4-gui must be recompiled when changing options. -QT4_OPTIONS_ALL=CUPS NAS QGTKSTYLE -QT4_OPTIONS?= CUPS - -.for opt in ${QT4_OPTIONS_ALL} -${opt}_REPLACE= -QT4_OPTIONS_REPLACE+= s,%%${opt}%%,${${opt}_REPLACE},g; -.endfor - -.for opt in ${QT4_OPTIONS} -${opt}_REPLACE= \# -.endfor |