With Gerald's patch we should no longer require GTK includes for QT-Only builds

(untested).

svn path=/trunk/; revision=52555
This commit is contained in:
Jörg Mayer 2013-10-11 23:03:18 +00:00
parent 90b20ab830
commit c01ab40cde
1 changed files with 0 additions and 10 deletions

View File

@ -384,16 +384,6 @@ if(BUILD_qtshark)
# set(Qt4_OPTIONS 4.7.1 REQUIRED QtCore QtGui)
set(QT_VERSION 4)
endif()
# We need GTK includes to compile Qt version thanks to
# ui/win32/file_dlg_win32.c
if (WIN32)
if(ENABLE_GTK3)
set(PACKAGELIST ${PACKAGELIST} GTK3)
else()
set(PACKAGELIST ${PACKAGELIST} GTK2)
endif()
endif()
endif()
# SMI SNMP