aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/qtprofilesetup.pro
blob: a6284727ae783205ff81b02da73d69a1c568c736 (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
29
TARGET = qbsqtprofilesetup
include(../library.pri)
include(../corelib/use_corelib.pri)

HEADERS = \
    qtenvironment.h \
    qtmoduleinfo.h \
    qtmsvctools.h \
    qtprofilesetup.h

SOURCES = \
    qtmoduleinfo.cpp \
    qtmsvctools.cpp \
    qtprofilesetup.cpp

RESOURCES = templates.qrc

!qbs_no_dev_install {
    header.files = \
        qtenvironment.h \
        qtmsvctools.h \
        qtprofilesetup.h
    header.path = $${QBS_INSTALL_PREFIX}/include/qbs
    use_pri.files = use_installed_qtprofilesetup.pri
    use_pri.path = $${header.path}
    INSTALLS += header use_pri
}

OTHER_FILES += templates/*