forked from qt-creator/qt-creator
12 lines
303 B
Prolog
12 lines
303 B
Prolog
include(../qttest.pri)
|
|
DEFINES += AGGREGATION_LIBRARY
|
|
|
|
AGGREGATION_PATH = ../../../src/libs/aggregation
|
|
|
|
INCLUDEPATH += $$AGGREGATION_PATH
|
|
# Input
|
|
SOURCES += tst_aggregate.cpp \
|
|
$$AGGREGATION_PATH/aggregate.cpp
|
|
HEADERS += $$AGGREGATION_PATH/aggregate.h \
|
|
$$AGGREGATION_PATH/aggregation_global.h
|