Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/qt_gui: compiling the QT-app

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