summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/uic.pro
blob: 0b0ae782d4ba767e572743114fc21dac10fbe31e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = app
TARGET = uic

DESTDIR = ../../../bin
DEFINES += QT_UIC
INCLUDEPATH += .
DEPENDPATH += .

!contains(QT_CONFIG, gui-qt3support):DEFINES += QT_NO_QT3_SUPPORT

include(uic.pri)
include(cpp/cpp.pri)

HEADERS += uic.h

SOURCES += main.cpp \
           uic.cpp

include(../bootstrap/bootstrap.pri)

target.path=$$[QT_INSTALL_BINS]
INSTALLS += target
load(qt_targets)