From 50c7d8ef96abb57a9e90ed18174a51e81e7b1bd5 Mon Sep 17 00:00:00 2001 From: Tim Furlong Date: Tue, 17 Jun 2014 13:00:03 -0700 Subject: [PATCH] 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 Tested-by: Petri Dish Buildbot Reviewed-by: Evan Huus --- ui/qt/QtShark.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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