aclocal.m4

changeset 7
751d770bb5e3
parent 3
c1941114ca88
child 12
ceb4ba3d2d00
equal deleted inserted replaced
1:ea8cdc7286b9 2:fc0456174288
315 315
316 dnl ## Append paths of libs and headers 316 dnl ## Append paths of libs and headers
317 if test ".$lib" != .; then 317 if test ".$lib" != .; then
318 LIBS="$LIBS -l$lib" 318 LIBS="$LIBS -l$lib"
319 fi 319 fi
320 LDFLAGS="$LDFLAGS `$PKG_CONFIG --ldlags Qt3Support QtCore QtGui`" 320 LDFLAGS="$LDFLAGS `$PKG_CONFIG --libs-only-L Qt3Support QtCore QtGui`"
321 CPPFLAGS="$CPPFLAGS -DQT_THREAD_SUPPORT" 321 CPPFLAGS="$CPPFLAGS -DQT_THREAD_SUPPORT"
322 CXXCPP="$CXXCPP -DQT_THREAD_SUPPORT" 322 CXXCPP="$CXXCPP -DQT_THREAD_SUPPORT"
323 CXXFLAGS="$CXXFLAGS `$PKG_CONFIG --cflags-only-I Qt3Support QtCore QtGui`" 323 CXXFLAGS="$CXXFLAGS `$PKG_CONFIG --cflags-only-I Qt3Support QtCore QtGui`"
324 ]) 324 ])
325 325

mercurial