Last change
on this file since 447 was 296, checked in by Dmitry A. Kuminov, 16 years ago |
moc: No need to override OBJECTS_DIR.
|
File size:
316 bytes
|
Line | |
---|
1 | TEMPLATE = app
|
---|
2 | TARGET = moc
|
---|
3 |
|
---|
4 | DEFINES += QT_MOC
|
---|
5 | DESTDIR = ../../../bin
|
---|
6 | INCLUDEPATH += .
|
---|
7 | DEPENDPATH += .
|
---|
8 | LIBS =
|
---|
9 |
|
---|
10 | include(moc.pri)
|
---|
11 | HEADERS += qdatetime_p.h
|
---|
12 | SOURCES += main.cpp
|
---|
13 | include(../bootstrap/bootstrap.pri)
|
---|
14 |
|
---|
15 | target.path=$$[QT_INSTALL_BINS]
|
---|
16 | INSTALLS += target
|
---|
17 | include(../../qt_targets.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.