summaryrefslogtreecommitdiff
path: root/ui/qt/QtShark.pro
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-19 00:47:31 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-19 00:47:31 +0000
commit4a57360291672342936cc66da056b63aa04b2cc5 (patch)
tree90a1243de2dce38d177de98b152f28ad2763ec84 /ui/qt/QtShark.pro
parent0a04950fe76f67e4dab65d1730bef7f330808fee (diff)
downloadwireshark-4a57360291672342936cc66da056b63aa04b2cc5.tar.gz
Use guilibsdll and htmlhelp.lib in the Qt build.
svn path=/trunk/; revision=44996
Diffstat (limited to 'ui/qt/QtShark.pro')
-rw-r--r--ui/qt/QtShark.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index 8e58514e75..25a03ce271 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -314,7 +314,7 @@ win32 {
LIBS += $$OBJECTS_WS_C
LIBS += $$PA_OBJECTS
LIBS += \
- wsock32.lib user32.lib shell32.lib comctl32.lib comdlg32.lib \
+ $${guilibsdll} $${HHC_LIBS} \
-L../../epan -llibwireshark -L../../wsutil -llibwsutil -L../../wiretap -lwiretap-$${WTAP_VERSION} \
-L.. -llibui \
-L$${GLIB_DIR}/lib -lglib-2.0 -lgmodule-2.0