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>
This commit is contained in:
Tim Furlong 2014-06-17 13:00:03 -07:00 committed by Evan Huus
parent f022e15494
commit 50c7d8ef96
1 changed files with 1 additions and 1 deletions

View File

@ -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