source: trunk/src/tools/uic/uic.pro

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 
1TEMPLATE = app
2TARGET = uic
3
4DESTDIR = ../../../bin
5DEFINES += QT_UIC
6INCLUDEPATH += .
7DEPENDPATH += .
8
9!contains(QT_CONFIG, qt3support):DEFINES += QT_NO_QT3_SUPPORT
10
11include(uic.pri)
12include(cpp/cpp.pri)
13
14HEADERS += uic.h
15
16SOURCES += main.cpp \
17 uic.cpp
18
19include(../bootstrap/bootstrap.pri)
20
21target.path=$$[QT_INSTALL_BINS]
22INSTALLS += target
23include(../../qt_targets.pri)
Note: See TracBrowser for help on using the repository browser.