# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt. # ------------------------------------------- # Unterverzeichnis relativ zum Projektverzeichnis: ./src/basicelements # Das Target ist eine Bibliothek: GBE INSTALLS += target target.path = /usr/local/lib TARGETDEPS += ../../lib/libGCS.so LIBS += -lGCS INCLUDEPATH += ../../src/core MOC_DIR = ../../build/GBE/moc UI_DIR = ../../build/GBE/ui OBJECTS_DIR = ../../build/GBE/obj QMAKE_LIBDIR = ../../lib TARGET = GBE DESTDIR = ../../lib/ CONFIG += debug \ warn_on \ qt \ opengl \ thread \ dll \ exceptions \ rtti VERSION = 0.5.1 TEMPLATE = lib HEADERS += GAttractAgent.h \ GRadiatingAgent.h \ GMoveAgent.h \ GDynamicGeneratorAgent.h \ PseudoRNG.h \ GSolarsystemCategory.h \ GDynamicGeneratorCategory.h \ GPlanetCategory.h \ GEnergyFormAgent.h SOURCES += GAttractAgent.cpp \ GRadiatingAgent.cpp \ GMoveAgent.cpp \ GDynamicGeneratorAgent.cpp \ PseudoRNG.cpp \ GDynamicGeneratorCategory.cpp \ GSolarsystemCategory.cpp \ GPlanetCategory.cpp \ GEnergyFormAgent.cpp