# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt. # ------------------------------------------- # Unterverzeichnis relativ zum Projektverzeichnis: ./src/core # Das Target ist eine Bibliothek: GCS INSTALLS += target target.path = /usr/local/lib MOC_DIR = ../../build/GCS/moc/ OBJECTS_DIR = ../../build/GCS/obj TARGET = GCS DESTDIR = ../../lib CONFIG += debug \ warn_on \ qt \ thread \ dll \ exceptions \ stl VERSION = 0.5.1 TEMPLATE = lib HEADERS += GAgent.h \ GElement.h \ GElementID.h \ GElementInfluence.h \ GEnergy.h \ GForm.h \ GMatrix44.h \ GObject.h \ GVector3.h \ GWorldData.h SOURCES += GAgent.cpp \ GElement.cpp \ GObject.cpp \ GElementID.cpp \ GElementInfluence.cpp \ GEnergy.cpp \ GMatrix44.cpp \ GVector3.cpp \ GForm.cpp