aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-09-04 19:59:34 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-05 02:58:54 +0000
commit00cc4c7a8bb3038fb706bc458da9d11f17f444d8 (patch)
treeee357612fed46231ca3368e6d78f6c83f0910a7c /ui
parent74ca94b80899d1c9a5c3320e32fd9f6f83c448a0 (diff)
Fix the GeoIP include path.
Change-Id: Ib4b3264a4da5b54b01061153e383f21e1bcf00b2 Reviewed-on: https://code.wireshark.org/review/3998 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Wireshark.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/Wireshark.pro b/ui/qt/Wireshark.pro
index d5b3cf4ed6..51693d29de 100644
--- a/ui/qt/Wireshark.pro
+++ b/ui/qt/Wireshark.pro
@@ -179,7 +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 \
+ $${GEOIP_DIR}/include \
$${WIRESHARK_LIB_DIR}/zlib125/include
# We have to manually trigger relinking each time one of these is modified.