From 0ebb4912f931eba3a1a23559a1d332fca1b7de95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sat, 12 Mar 2016 19:10:59 +0000 Subject: autotools: Generate Qt Resource Compiler source in /ui/qt dir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0acdc1ea4d2110111a5506104e5075962f580bd5 Reviewed-on: https://code.wireshark.org/review/14438 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 462e7d8aac..b7875b896f 100644 --- a/.gitignore +++ b/.gitignore @@ -179,7 +179,6 @@ wsar_html.zip # Qt # ###### qtshark -*.rcc.cpp /ui/qt/__/ /ui/qt/*.qrc.depends /ui/qt/*.pro.user @@ -187,6 +186,7 @@ qtshark /ui/qt/moc_*.cpp /ui/qt/moc_*.cpp_parameters /ui/qt/*.moc.cpp +/ui/qt/*.rcc.cpp /ui/qt/moc_*.cxx /ui/qt/qrc_*.cpp /ui/qt/qrc_*.cxx -- cgit v1.2.3