summaryrefslogtreecommitdiffstats
path: root/src/libs/ifwtools/ifwtools.pri
blob: 0ce7b45fc20cf2a50555c3aa0fa1a9234d7d121e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INCLUDEPATH += $$PWD $$PWD/rcc

DEFINES += BUILD_SHARED_IFWTOOLS

HEADERS += $$PWD/rcc/rcc.h \
    $$PWD/rcc/qcorecmdlineargs_p.h

SOURCES += $$PWD/rcc/rcc.cpp \
    $$PWD/rcc/rccmain.cpp

HEADERS += $$PWD/ifwtools_global.h \
    $$PWD/repositorygen.h \
    $$PWD/binarycreator.h

SOURCES += $$PWD/repositorygen.cpp \
    $$PWD/binarycreator.cpp

RESOURCES += $$PWD/resources/ifwtools.qrc