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

QT += printsupport

SOURCES += \
    main.cpp\
    notepad.cpp

HEADERS += notepad.h

FORMS += notepad.ui

RESOURCES += \
    notepad.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/notepad
INSTALLS += target