From d515e4a51fdc31780338d441cf9c27dca91722f8 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 12 Apr 2014 16:34:04 +0400 Subject: [PATCH] added cppcheck to gui --- create_archive.sh | 2 +- sources/gui/src/gui.cppcheck | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 sources/gui/src/gui.cppcheck diff --git a/create_archive.sh b/create_archive.sh index a3f44bf..fb50347 100755 --- a/create_archive.sh +++ b/create_archive.sh @@ -3,7 +3,7 @@ ARCHIVE="netctl-gui" SRCDIR="sources" FILES="AUTHORS CHANGELOG COPYING README.md" -IGNORELIST="build gui/resources/translations/english.qm gui/resources/translations/russian.qm dataengine/dataengine.cppcheck gui/gui.cppcheck plasmoid/plasmoid.cppcheck" +IGNORELIST="build gui/resources/translations/english.qm gui/resources/translations/russian.qm dataengine/dataengine.cppcheck gui/src/gui.cppcheck plasmoid/plasmoid.cppcheck" VERSION=$(grep -m1 PROJECT_VERSION_MAJOR sources/CMakeLists.txt | awk '{print $3}' | cut -c 1).\ $(grep -m1 PROJECT_VERSION_MINOR sources/CMakeLists.txt | awk '{print $3}' | cut -c 1).\ $(grep -m1 PROJECT_VERSION_PATCH sources/CMakeLists.txt | awk '{print $3}' | cut -c 1) diff --git a/sources/gui/src/gui.cppcheck b/sources/gui/src/gui.cppcheck new file mode 100644 index 0000000..075652f --- /dev/null +++ b/sources/gui/src/gui.cppcheck @@ -0,0 +1,6 @@ + + + + qt + +