Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

qt_gui: merged old qt_gui-changes back here.

File size: 309 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 \
[7149]16                \
[7140]17                qt_gui.cc
[5364]18
[7149]19noinst_HEADERS= \
20                gui_saveable.h \
21                \
22                qt_gui.h
[5312]23
[5362]24EXTRA_DIST =
[5312]25
Note: See TracBrowser for help on using the repository browser.