# -*- text -*- # -------------------------------------------------------------------- include( ../../config.pri ) # -------------------------------------------------------------------- TEMPLATE = lib CONFIG += plugin # -------------------------------------------------------------------- SOURCES += cgquadtree.cpp # -------------------------------------------------------------------- TARGET = cgquadtree INCLUDEPATH += ../../include DEPENDPATH += ../../include LIBPATH += ../../../build/lib LIBS += -lipe OBJECTS_DIR = ../../../build/obj/ipelets DESTDIR = ../../../build/ipelets # -------------------------------------------------------------------- unix:target.path = $${IPELETDIR} unix:INSTALLS += target # --------------------------------------------------------------------