source:
data/icons/Makefile.am@
67e885
Last change on this file since 67e885 was 7f39de, checked in by , 11 years ago | |
---|---|
|
|
File size: 563 bytes |
Rev | Line | |
---|---|---|
[d5307b] | 1 | AM_CPPFLAGS = ${QT_CFLAGS} |
2 | ||
[503c02] | 3 | if CONDQTGUI |
[d5307b] | 4 | EXTRA_DIST = \ |
5 | icons.qrc \ | |
[592d42] | 6 | icon_domain.png \ |
7 | icon_dreiBein.png \ | |
[d5307b] | 8 | icon_select_atom.png \ |
9 | icon_select_molecule.png \ | |
[c792e0] | 10 | icon_view_stereo.png \ |
[7f39de] | 11 | molecuilder_logo.png \ |
[c792e0] | 12 | molecuildergui_logo.png |
[5b991a] | 13 | |
14 | qrc_%.cpp qrc_%.d: %.qrc | |
15 | echo "Compiling qrc files ..." | |
16 | ${QT_RCC} $< -name $* -o qrc_$*.cpp | |
17 | echo "$*.qrc:" >qrc_$*.d | |
18 | grep "<file" $< | sed -e "s#.*<file.*>\(.*\)</file>#\t\1#" >>qrc_$*.d | |
19 | ||
[d5307b] | 20 | noinst_LTLIBRARIES = libicons.la |
21 | libicons_la_SOURCES = qrc_icons.cpp | |
[5b991a] | 22 | |
[d5307b] | 23 | sinclude qrc_icons.d |
24 | CLEANFILES = qrc_icons.cpp qrc_icons.d | |
[503c02] | 25 | endif |
Note:
See TracBrowser
for help on using the repository browser.