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

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

SOURCES = \
    qtmoduleinfo.cpp \
    qtprofilesetup.cpp

RESOURCES = templates.qrc

!qbs_no_dev_install {
    header.files = qtenvironment.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/*