aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen/qmlcachegen.pro
blob: be92ef435e49b2be87a02e87bdb067983765d5cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
option(host_build)

QT = qmldevtools-private
DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII

SOURCES = qmlcachegen.cpp
TARGET = qmlcachegen

build_integration.files = qmlcache.prf
build_integration.path = $$[QT_HOST_DATA]/mkspecs/features
prefix_build: INSTALLS += build_integration
else: COPIES += build_integration

QMAKE_TARGET_DESCRIPTION = QML Cache Generator

load(qt_tool)