aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/qbs-setup-toolchains.pro
blob: e83a9c71636452fab193a44550a5e6747f01f3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include(../app.pri)

TARGET = qbs-setup-toolchains

HEADERS += \
    clangclprobe.h \
    commandlineparser.h \
    iarewprobe.h \
    keilprobe.h \
    msvcprobe.h \
    probe.h \
    sdccprobe.h \
    xcodeprobe.h \

SOURCES += \
    clangclprobe.cpp \
    commandlineparser.cpp \
    iarewprobe.cpp \
    keilprobe.cpp \
    main.cpp \
    msvcprobe.cpp \
    probe.cpp \
    sdccprobe.cpp \
    xcodeprobe.cpp \

mingw {
    RC_FILE = qbs-setup-toolchains.rc
}