summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/corepluginunittestfiles.pri
blob: 51e1e6b42498dbf14090744e8153957b06b95f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
DEFINES += CORE_STATIC_LIBRARY

HEADERS += \
    $$PWD/coreicons.h \
    $$PWD/id.h \
    $$PWD/find/ifindfilter.h

SOURCES += \
    $$PWD/coreicons.cpp \
    $$PWD/id.cpp \
    $$PWD/find/ifindfilter.cpp