aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen/qmlcachegen.pro
blob: 25afc2860d34b3ba41d90617b8da83c57f553b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

load(qt_tool)