ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 44282: /trunk/ui/qt/ /trunk/ui/qt/: QtShark.pro

Date: Mon, 06 Aug 2012 16:17:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44282

User: alagoutte
Date: 2012/08/06 09:17 AM

Log:
 Fix Unknown test function: packagesExist when launch qmake QtShark.pro
 
 packagesExist is only present in Qt >= 4.8 ( https://bugreports.qt-project.org/browse/QTBUG-11418 )
 Add packagesExist function if Qt < 4.8 ( from http://qt.gitorious.org/qt/qt/merge_requests/1022 )

Directory: /trunk/ui/qt/
  Changes    Path           Action
  +19 -0     QtShark.pro    Modified