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

DEFINES         += QT_MOC QT_NO_CAST_FROM_BYTEARRAY QT_NO_COMPRESS
DESTDIR         = ../../../bin
INCLUDEPATH	+= . $$OUT_PWD/../../corelib/global
DEPENDPATH	+= .
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)