summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/notepad/notepad.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/notepad/notepad.pro')
-rw-r--r--examples/widgets/tutorials/notepad/notepad.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/widgets/tutorials/notepad/notepad.pro b/examples/widgets/tutorials/notepad/notepad.pro
new file mode 100644
index 0000000000..7369dbc991
--- /dev/null
+++ b/examples/widgets/tutorials/notepad/notepad.pro
@@ -0,0 +1,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
+