Candidate_v1.7.0
stable
|
Last change
on this file since ce666c was d203d1e, checked in by Frederik Heber <frederik.heber@…>, 22 months ago |
|
FIX: generated icons in data nodist when no Qt.
|
-
Property mode
set to
100644
|
|
File size:
570 bytes
|
| Line | |
|---|
| 1 | AM_CPPFLAGS = ${QT_CFLAGS}
|
|---|
| 2 |
|
|---|
| 3 | EXTRA_DIST = \
|
|---|
| 4 | icons.qrc \
|
|---|
| 5 | icon_domain.png \
|
|---|
| 6 | icon_dreiBein.png \
|
|---|
| 7 | icon_select_atom.png \
|
|---|
| 8 | icon_select_molecule.png \
|
|---|
| 9 | icon_view_stereo.png \
|
|---|
| 10 | molecuilder_logo.png \
|
|---|
| 11 | molecuildergui_logo.png
|
|---|
| 12 |
|
|---|
| 13 | if CONDQTGUI
|
|---|
| 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 |
|
|---|
| 20 | noinst_LTLIBRARIES = libicons.la
|
|---|
| 21 | nodist_libicons_la_SOURCES = qrc_icons.cpp
|
|---|
| 22 |
|
|---|
| 23 | sinclude qrc_icons.d
|
|---|
| 24 | CLEANFILES = qrc_icons.cpp qrc_icons.d
|
|---|
| 25 | endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.