|
Last change
on this file was 2, checked in by Dmitry A. Kuminov, 17 years ago |
|
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
|
File size:
384 bytes
|
| Line | |
|---|
| 1 | TEMPLATE = app
|
|---|
| 2 | TARGET = uic
|
|---|
| 3 |
|
|---|
| 4 | DESTDIR = ../../../bin
|
|---|
| 5 | DEFINES += QT_UIC
|
|---|
| 6 | INCLUDEPATH += .
|
|---|
| 7 | DEPENDPATH += .
|
|---|
| 8 |
|
|---|
| 9 | !contains(QT_CONFIG, qt3support):DEFINES += QT_NO_QT3_SUPPORT
|
|---|
| 10 |
|
|---|
| 11 | include(uic.pri)
|
|---|
| 12 | include(cpp/cpp.pri)
|
|---|
| 13 |
|
|---|
| 14 | HEADERS += uic.h
|
|---|
| 15 |
|
|---|
| 16 | SOURCES += main.cpp \
|
|---|
| 17 | uic.cpp
|
|---|
| 18 |
|
|---|
| 19 | include(../bootstrap/bootstrap.pri)
|
|---|
| 20 |
|
|---|
| 21 | target.path=$$[QT_INSTALL_BINS]
|
|---|
| 22 | INSTALLS += target
|
|---|
| 23 | include(../../qt_targets.pri)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.