summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/textedit/textedit.pro
blob: 012aef055029eafdf7a2d64ffb00fcbc08cf2b78 (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          = textedit

CONFIG          += qt warn_on

HEADERS         = textedit.h
SOURCES         = textedit.cpp \
                  main.cpp

RESOURCES += textedit.qrc
build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/richtext/textedit
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.doc images
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/richtext/textedit
INSTALLS += target sources

QT += widgets
!isEmpty(QT.printsupport.name): QT += printsupport