141 %{l_shtool} subst \ |
141 %{l_shtool} subst \ |
142 -e 's;\(QT_LIBS_FONTCONFIG *=.*PKG_CONFIG.*\) --libs ;\1 --libs-only-L ;g' \ |
142 -e 's;\(QT_LIBS_FONTCONFIG *=.*PKG_CONFIG.*\) --libs ;\1 --libs-only-L ;g' \ |
143 -e 's;\(QT_LIBS_FONTCONFIG *=.*PKG_CONFIG.*\) --libs ;\1 --libs-only-L ;g' \ |
143 -e 's;\(QT_LIBS_FONTCONFIG *=.*PKG_CONFIG.*\) --libs ;\1 --libs-only-L ;g' \ |
144 configure |
144 configure |
145 # yes this is needed several times to catch nested occurences of '--cflags' |
145 # yes this is needed several times to catch nested occurences of '--cflags' |
146 # QT_CFLAGS_SQLITE |
|
147 # QT_CFLAGS_DBUS |
|
148 # QT_CFLAGS_GLIB ***Special case, see following substitution block |
|
149 # QT_CFLAGS_GSTREAMER |
|
150 # QT_CFLAGS_ICD |
|
151 # QT_CFLAGS_QTNETWORK |
|
152 # QT_CFLAGS_PULSEAUDIO |
|
153 # QT_CFLAGS_FONTCONFIG |
|
154 # QT_CFLAGS_QGTKSTYLE |
|
155 # QT_CFLAGS_DIRECTFB |
|
156 %{l_shtool} subst \ |
146 %{l_shtool} subst \ |
157 -e 's;\(QT_CFLAGS_[^=][^=]*=.*PKG_CONFIG.*\) --cflags ;\1 --cflags-only-other ;g' \ |
147 -e 's;\(QT_CFLAGS_[^=][^=]*=.*PKG_CONFIG.*\) --cflags ;\1 --cflags-only-other ;g' \ |
158 -e 's;\(QT_CFLAGS_[^=][^=]*=.*PKG_CONFIG.*\) --cflags ;\1 --cflags-only-other ;g' \ |
148 -e 's;\(QT_CFLAGS_[^=][^=]*=.*PKG_CONFIG.*\) --cflags ;\1 --cflags-only-other ;g' \ |
159 configure |
149 configure |
160 # hack to get back the standard '--cflags' of just Qt_CFLAGS_GLIB |
150 # hack to get back the standard '--cflags' of just Qt_CFLAGS_GLIB |