equal
deleted
inserted
replaced
|
1 TEMPLATE = app |
|
2 CONFIG += console qt_no_compat_warning |
|
3 CONFIG -= app_bundle |
|
4 build_all:!build_pass { |
|
5 CONFIG -= build_all |
|
6 CONFIG += release |
|
7 } |
|
8 |
|
9 QT += xml qt3support |
|
10 |
|
11 DESTDIR = ../../../bin |
|
12 |
|
13 include(../uic/uic.pri) |
|
14 include(../uic/cpp/cpp.pri) |
|
15 |
|
16 INCLUDEPATH += . |
|
17 |
|
18 HEADERS += ui3reader.h \ |
|
19 parser.h \ |
|
20 domtool.h \ |
|
21 widgetinfo.h \ |
|
22 qt3to4.h \ |
|
23 uic.h |
|
24 |
|
25 SOURCES += 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 |
|
39 DEFINES -= QT_COMPAT_WARNINGS |
|
40 DEFINES += QT_COMPAT QT_UIC3 |
|
41 |
|
42 target.path=$$[QT_INSTALL_BINS] |
|
43 INSTALLS += target |