summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/moc.pro
blob: 8b53578e23b19e8fa4398e0452e3cab888a06d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
option(host_build)
TEMPLATE	= app
TARGET		= moc

DEFINES         += QT_MOC QT_NO_CAST_FROM_BYTEARRAY QT_NO_COMPRESS
DESTDIR         = ../../../bin
INCLUDEPATH	+= $$OUT_PWD/../../corelib/global
DEPENDPATH	+= $$OUT_PWD/../../corelib/global
LIBS	        =
OBJECTS_DIR	= .

include(moc.pri)
HEADERS += qdatetime_p.h
SOURCES += main.cpp
include(../bootstrap/bootstrap.pri)

target.path = $$[QT_HOST_BINS]
INSTALLS += target
load(qt_targets)