Changeset 7470 in orxonox.OLD for branches/qt_gui/src/lib/gui/qt_gui
- Timestamp:
- May 2, 2006, 8:21:00 AM (19 years ago)
- Location:
- branches/qt_gui/src/lib/gui/qt_gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/qt_gui/Makefile.am
r7442 r7470 13 13 14 14 libORXqtgui_a_SOURCES = \ 15 gui_saveable.cc \16 \17 15 qt_gui.cc 18 16 19 17 noinst_HEADERS= \ 20 gui_saveable.h \21 \22 18 qt_gui.h 23 19 -
branches/qt_gui/src/lib/gui/qt_gui/qt_gui.h
r7447 r7470 8 8 9 9 #include "base_object.h" 10 #include " gui_saveable.h"10 #include "../gui_saveable.h" 11 11 #include <list> 12 12
Note: See TracChangeset
for help on using the changeset viewer.