# -*- text -*- # -------------------------------------------------------------------- unix:include( ../config.pro ) CONFIG += console win32:DEFINES += WIN32 # -------------------------------------------------------------------- TEMPLATE = app SOURCES = figtoipe.cpp TARGET = figtoipe OBJECTS_DIR = ../../build/obj/figtoipe DESTDIR = ../../build/bin # -------------------------------------------------------------------- unix:target.path = $${IPEBINDIR} unix:INSTALLS += target # --------------------------------------------------------------------