aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-11 23:03:18 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-11 23:03:18 +0000
commitc01ab40cdee180b99cebc2f4153b3bf983d3818b (patch)
tree66bb34257b21dcb4c92a0f1158022e48ede7730a /CMakeLists.txt
parent90b20ab8305a29f128da3ce99ba9339c97778e4e (diff)
With Gerald's patch we should no longer require GTK includes for QT-Only builds
(untested). svn path=/trunk/; revision=52555
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 87c7099101..2f4aed29ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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