Adding_MD_integration_tests
Adding_StructOpt_integration_tests
AutomationFragmentation_failures
Candidate_v1.6.1
ChemicalSpaceEvaluator
Enhanced_StructuralOptimization
Enhanced_StructuralOptimization_continued
Exclude_Hydrogens_annealWithBondGraph
ForceAnnealing_with_BondGraph
ForceAnnealing_with_BondGraph_contraction-expansion
Gui_displays_atomic_force_velocity
JobMarket_RobustOnKillsSegFaults
JobMarket_StableWorkerPool
PythonUI_with_named_parameters
StoppableMakroAction
TremoloParser_IncreasedPrecision
Last change
on this file since 6491d3 was 7f39de, checked in by Frederik Heber <heber@…>, 11 years ago |
DISTFIX: molecuilder_logo.png is contained, not molecuildergui.png.
|
-
Property mode
set to
100644
|
File size:
563 bytes
|
Line | |
---|
1 | AM_CPPFLAGS = ${QT_CFLAGS}
|
---|
2 |
|
---|
3 | if CONDQTGUI
|
---|
4 | EXTRA_DIST = \
|
---|
5 | icons.qrc \
|
---|
6 | icon_domain.png \
|
---|
7 | icon_dreiBein.png \
|
---|
8 | icon_select_atom.png \
|
---|
9 | icon_select_molecule.png \
|
---|
10 | icon_view_stereo.png \
|
---|
11 | molecuilder_logo.png \
|
---|
12 | molecuildergui_logo.png
|
---|
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 |
|
---|
20 | noinst_LTLIBRARIES = libicons.la
|
---|
21 | 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.