Fix shadow build compilation with MSVC
[profile/ivi/qtbase.git] / src / tools / moc / moc.pro
1 TEMPLATE        = app
2 TARGET          = moc
3
4 DEFINES         += QT_MOC QT_NO_CAST_FROM_BYTEARRAY QT_NO_COMPRESS
5 DESTDIR         = ../../../bin
6 INCLUDEPATH     += . $$OUT_PWD/../../corelib/global
7 DEPENDPATH      += .
8 LIBS            =
9 OBJECTS_DIR     = .
10
11 include(moc.pri)
12 HEADERS += qdatetime_p.h
13 SOURCES += main.cpp
14 include(../bootstrap/bootstrap.pri)
15
16 target.path = $$[QT_HOST_BINS]
17 INSTALLS += target
18 load(qt_targets)