summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/textedit/textedit.pro
blob: fb99e0ee2bf26722a40e689db7f342287f44885b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE        = app
TARGET          = textedit

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

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

EXAMPLE_FILES = textedit.qdoc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/richtext/textedit
INSTALLS += target

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