Changeset 38538 in vbox for trunk/configure
- Timestamp:
- Aug 25, 2011 6:57:29 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73686
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r37265 r38538 1507 1507 # this braindead path is necessary for mdv2008.1 1508 1508 qt4_ver=`\ 1509 PKG_CONFIG_PATH= /usr/lib/qt4/lib/pkgconfig \1509 PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/qt4/lib/pkgconfig \ 1510 1510 pkg-config QtCore --modversion 2>> $LOG` 1511 1511 if [ $? -ne 0 ]; then … … 1514 1514 else 1515 1515 FLGQT4=`\ 1516 PKG_CONFIG_PATH= /usr/lib/qt4/lib/pkgconfig \1516 PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/qt4/lib/pkgconfig \ 1517 1517 pkg-config QtCore --cflags` 1518 1518 INCQT4=`strip_I "$FLGQT4"` 1519 1519 LIBQT4=`\ 1520 PKG_CONFIG_PATH= /usr/lib/qt4/lib/pkgconfig \1520 PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/qt4/lib/pkgconfig \ 1521 1521 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \ 1522 1522 pkg-config QtCore --libs`
Note:
See TracChangeset
for help on using the changeset viewer.