summaryrefslogtreecommitdiff
path: root/ui/qt
diff options
context:
space:
mode:
authorTim Furlong <tim.furlong@gmail.com>2014-06-17 13:00:03 -0700
committerEvan Huus <eapache@gmail.com>2014-08-11 21:14:55 +0000
commit50c7d8ef96abb57a9e90ed18174a51e81e7b1bd5 (patch)
tree28c334a0b108104e72750aba038df151198863e4 /ui/qt
parentf022e1549479e7468cf29deeba6032af4f535c3e (diff)
downloadwireshark-50c7d8ef96abb57a9e90ed18174a51e81e7b1bd5.tar.gz
Use an explicit path for stats_tree_dialog.cpp.
Change the entry for stats_tree_dialog.cpp in ui/qt/QtShark.pro to have a relative "../qt/" path, so that Qt Creator can find it from its build...-release temporary directory. Change-Id: I8fa40e15a7fbb643d5565e216ce92f73afcd4871 Reviewed-on: https://code.wireshark.org/review/2340 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'ui/qt')
-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 d02268a9de..b08e190aed 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -156,7 +156,7 @@ win32 {
}
SOURCES_TAP = \
- stats_tree_dialog.cpp
+ "$$PWD/stats_tree_dialog.cpp"
tap_register.name = Generate wireshark-tap-register.c
tap_register.input = SOURCES_TAP