From 061e35d178350808bc4c2369c6d3c92fcb3b69d2 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 4 Dec 2009 11:06:26 +0000 Subject: Made icons used from resource file instead of directly from png's. --- dgedit/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'dgedit/Makefile.am') diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index f054539..dad5437 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -12,7 +12,9 @@ dgedit_SOURCES = $(shell ../tools/MocList cc ) \ filelist.cc \ itemeditor.cc \ mainwindow.cc \ - samplesorter.cc + samplesorter.cc \ + dgedit.qrc \ + dgedit_qrc.cpp EXTRA_DIST = \ audioextractor.h \ @@ -24,7 +26,10 @@ EXTRA_DIST = \ dgedit_MOC = $(shell ../tools/MocList cc ) -BUILT_SOURCES = $(dgedit_MOC) +dgedit_qrc.cpp: dgedit.qrc + rcc $< > $@ + +BUILT_SOURCES = $(dgedit_MOC) dgedit_qrc.cpp CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3