Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/qt_gui/src/lib/gui/qt_gui/Makefile.am @ 7142

Last change on this file since 7142 was 7142, checked in by bensch, 18 years ago

orxonox/qt_gui: compiling the QT-app

File size: 269 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4AM_LDFLAGS =
5
6noinst_LIBRARIES = libORXqtgui.a
7
8
9libORXqtgui_a_CPPFLAGS = \
10                @QT_CXXFLAGS@ \
11                -DBUILD_ORXONOX
12
13
14libORXqtgui_a_SOURCES = \
15                gui_saveable.cc \
16                qt_gui.cc
17
18noinst_HEADERS=
19
20EXTRA_DIST =
21
Note: See TracBrowser for help on using the repository browser.