source: trunk/src/tools/uic3/uic3.pro@ 449

Last change on this file since 449 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 829 bytes
Line 
1TEMPLATE = app
2CONFIG += console qt_no_compat_warning
3CONFIG -= app_bundle
4build_all:!build_pass {
5 CONFIG -= build_all
6 CONFIG += release
7}
8
9QT += xml qt3support
10
11DESTDIR = ../../../bin
12
13include(../uic/uic.pri)
14include(../uic/cpp/cpp.pri)
15
16INCLUDEPATH += .
17
18HEADERS += ui3reader.h \
19 parser.h \
20 domtool.h \
21 widgetinfo.h \
22 qt3to4.h \
23 uic.h
24
25SOURCES += main.cpp \
26 ui3reader.cpp \
27 parser.cpp \
28 domtool.cpp \
29 object.cpp \
30 subclassing.cpp \
31 form.cpp \
32 converter.cpp \
33 widgetinfo.cpp \
34 embed.cpp \
35 qt3to4.cpp \
36 deps.cpp \
37 uic.cpp
38
39DEFINES -= QT_COMPAT_WARNINGS
40DEFINES += QT_COMPAT QT_UIC3
41
42target.path=$$[QT_INSTALL_BINS]
43INSTALLS += target
Note: See TracBrowser for help on using the repository browser.