summaryrefslogtreecommitdiffstats
path: root/examples/assistant/remotecontrol/remotecontrol.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/remotecontrol/remotecontrol.pro')
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/assistant/remotecontrol/remotecontrol.pro b/examples/assistant/remotecontrol/remotecontrol.pro
new file mode 100644
index 000000000..78ce822d8
--- /dev/null
+++ b/examples/assistant/remotecontrol/remotecontrol.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+QT += widgets
+
+HEADERS += remotecontrol.h
+SOURCES += main.cpp \
+ remotecontrol.cpp
+FORMS += remotecontrol.ui
+RESOURCES += remotecontrol.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/help/remotecontrol
+INSTALLS += target
+