儲存庫 vbox 的更動 60363
- 時間撮記:
- 2016-4-6 下午02:31:54 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/configure
r59997 r60363 1519 1519 TOOLQT4MOC="`pkg-config QtCore --variable=moc_location`" 1520 1520 TOOLQT4BIN="`dirname $TOOLQT4MOC`" 1521 if test_compile "$LIBQT4 $LIBPTHREAD $ I_INCQT4 $FLGQT4" qt4 qt4 nofatal; then1521 if test_compile "$LIBQT4 $LIBPTHREAD $FLGQT4" qt4 qt4 nofatal; then 1522 1522 test_execute_path "`strip_L "$LIBQT4"`" nofatal && foundqt4=3 # pkg-config 1523 1523 fi … … 1643 1643 extern "C" int main(void) 1644 1644 { 1645 #if QT_VERSION >= 0x050 5011645 #if QT_VERSION >= 0x050302 1646 1646 return 0; 1647 1647 #else … … 1692 1692 TOOLQT5=`pkg-config Qt5Core --variable=prefix` 1693 1693 TOOLQT5BIN=`pkg-config Qt5Core --variable=host_bins` 1694 if test_compile "$LIBQT5 $LIBPTHREAD $ I_INCQT5 $FLGQT5" qt5 qt5 nofatal; then1694 if test_compile "$LIBQT5 $LIBPTHREAD $FLGQT5" qt5 qt5 nofatal; then 1695 1695 test_execute_path "`strip_L "$LIBQT5"`" nofatal && foundqt5=3 # pkg-config 1696 1696 fi … … 1731 1731 { 1732 1732 printf("found version %s", QT_VERSION_STR); 1733 #if QT_VERSION >= 0x050 5011733 #if QT_VERSION >= 0x050302 1734 1734 printf(", OK.\n"); 1735 1735 return 0; 1736 1736 #else 1737 printf(", expected version 5. 5.1or higher\n");1737 printf(", expected version 5.3.2 or higher\n"); 1738 1738 return 1; 1739 1739 #endif
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器