From e033abfe946fb8e282ef8958cc85f24c74370dd9 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 3 Jun 2013 22:27:50 +0200 Subject: [PATCH] Empty resource file added --- CMakeLists.txt | 2 +- resources/rssguard_resources.qrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 resources/rssguard_resources.qrc diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c2424f42..a382df589 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -157,7 +157,7 @@ set(APP_FORMS # Add resources. set(APP_RESOURCES - # resources/rssguard.qrc + resources/rssguard_resources.qrc ) # Add translations. diff --git a/resources/rssguard_resources.qrc b/resources/rssguard_resources.qrc new file mode 100644 index 000000000..2496c8778 --- /dev/null +++ b/resources/rssguard_resources.qrc @@ -0,0 +1 @@ + \ No newline at end of file