aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-09-04 18:45:47 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-05 01:49:33 +0000
commit74ca94b80899d1c9a5c3320e32fd9f6f83c448a0 (patch)
tree486099d3eb037714834d92675ae0b2b92af2d114 /ui
parent30f3d524411445c26418c757ac9deb0940afc409 (diff)
Add the GeoIP include path to the Windows qmake build.
It looks like we need to install and/or configure Qt on the Windows petri dish builder. Change-Id: I2bdde7cd9216e311d6402116d6c67b37d37e182d Reviewed-on: https://code.wireshark.org/review/3997 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Wireshark.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/Wireshark.pro b/ui/qt/Wireshark.pro
index 2e01b2db3e..d5b3cf4ed6 100644
--- a/ui/qt/Wireshark.pro
+++ b/ui/qt/Wireshark.pro
@@ -179,6 +179,7 @@ win32:INCLUDEPATH += \
$${WIRESHARK_LIB_DIR}/WpdPack/Include \
$${WIRESHARK_LIB_DIR}/AirPcap_Devpack_4_1_0_1622/Airpcap_Devpack/include \
$${GNUTLS_DIR}/include \
+ $${WIRESHARK_LIB_DIR}/GeoIP-1.5.1-2-win32ws/include \
$${WIRESHARK_LIB_DIR}/zlib125/include
# We have to manually trigger relinking each time one of these is modified.