From d32fe2e22a3424f8393a1c3ca788f6d00707919d Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 23 Dec 2013 15:41:58 -0600 Subject: [PATCH] Fix unknown icon type configuration warning. This resolve bug report 947. --- kbarcode/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbarcode/Makefile.am b/kbarcode/Makefile.am index 81e8894..58aae3b 100644 --- a/kbarcode/Makefile.am +++ b/kbarcode/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = -I$(top_srcdir)/src $(all_includes) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO -KDE_ICON = AUTO +KDE_ICON = kbarcode messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot