aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs-setup-toolchains/qbs-setup-toolchains.pro
blob: a341f6469f8ca29d1aff8d6ee5f325284e4a9bea (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
include(../app.pri)

TARGET = qbs-setup-toolchains

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

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

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