1 2 3 4 5 6 7 8 9 10 11 12 13 14
TARGET = text TEMPLATE = app QT += core \ gui DEFINES += AGGREGATION_LIBRARY INCLUDEPATH += ../../ SOURCES += main.cpp \ ../../aggregate.cpp HEADERS += main.h \ myinterfaces.h \ ../../aggregate.h \ ../../aggregation_global.h FORMS += main.ui