VirtualBox

儲存庫 vbox 的更動 60363


忽略:
時間撮記:
2016-4-6 下午02:31:54 (9 年 以前)
作者:
vboxsync
訊息:

bugref:8317: configure: Qt5 >= 5.3.2

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/configure

    r59997 r60363  
    15191519          TOOLQT4MOC="`pkg-config QtCore --variable=moc_location`"
    15201520          TOOLQT4BIN="`dirname $TOOLQT4MOC`"
    1521           if test_compile "$LIBQT4 $LIBPTHREAD $I_INCQT4 $FLGQT4" qt4 qt4 nofatal; then
     1521          if test_compile "$LIBQT4 $LIBPTHREAD $FLGQT4" qt4 qt4 nofatal; then
    15221522            test_execute_path "`strip_L "$LIBQT4"`" nofatal && foundqt4=3 # pkg-config
    15231523          fi
     
    16431643extern "C" int main(void)
    16441644{
    1645 #if QT_VERSION >= 0x050501
     1645#if QT_VERSION >= 0x050302
    16461646  return 0;
    16471647#else
     
    16921692          TOOLQT5=`pkg-config Qt5Core --variable=prefix`
    16931693          TOOLQT5BIN=`pkg-config Qt5Core --variable=host_bins`
    1694           if test_compile "$LIBQT5 $LIBPTHREAD $I_INCQT5 $FLGQT5" qt5 qt5 nofatal; then
     1694          if test_compile "$LIBQT5 $LIBPTHREAD $FLGQT5" qt5 qt5 nofatal; then
    16951695            test_execute_path "`strip_L "$LIBQT5"`" nofatal && foundqt5=3 # pkg-config
    16961696          fi
     
    17311731{
    17321732  printf("found version %s", QT_VERSION_STR);
    1733 #if QT_VERSION >= 0x050501
     1733#if QT_VERSION >= 0x050302
    17341734  printf(", OK.\n");
    17351735  return 0;
    17361736#else
    1737   printf(", expected version 5.5.1 or higher\n");
     1737  printf(", expected version 5.3.2 or higher\n");
    17381738  return 1;
    17391739#endif
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette