Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/mkspecs/features/link_pkgconfig.prf

    r2 r846  
    11# handle pkg-config files
     2isEmpty(PKG_CONFIG):PKG_CONFIG = pkg-config
    23for(PKGCONFIG_LIB, $$list($$unique(PKGCONFIG))) {
    3     QMAKE_CXXFLAGS += $$system(pkg-config --cflags $$PKGCONFIG_LIB)
    4     QMAKE_CFLAGS += $$system(pkg-config --cflags $$PKGCONFIG_LIB)
    5     LIBS += $$system(pkg-config --libs $$PKGCONFIG_LIB)
     4    QMAKE_CXXFLAGS += $$system($$PKG_CONFIG --cflags $$PKGCONFIG_LIB)
     5    QMAKE_CFLAGS += $$system($$PKG_CONFIG --cflags $$PKGCONFIG_LIB)
     6    LIBS += $$system($$PKG_CONFIG --libs $$PKGCONFIG_LIB)
    67}
Note: See TracChangeset for help on using the changeset viewer.