summaryrefslogtreecommitdiffstats
path: root/examples/systeminfo/inputinfo/inputinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/systeminfo/inputinfo/inputinfo.pro')
-rw-r--r--examples/systeminfo/inputinfo/inputinfo.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples/systeminfo/inputinfo/inputinfo.pro b/examples/systeminfo/inputinfo/inputinfo.pro
new file mode 100644
index 00000000..a5365fa1
--- /dev/null
+++ b/examples/systeminfo/inputinfo/inputinfo.pro
@@ -0,0 +1,26 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2014-11-28T12:25:04
+#
+#-------------------------------------------------
+
+QT += core systeminfo
+
+QT -= gui
+
+TARGET = inputinfo
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+
+SOURCES += main.cpp \
+ inputtest.cpp
+
+HEADERS += \
+ inputtest.h
+
+target.path = $$[QT_INSTALL_EXAMPLES]/systeminfo/inputinfo
+ app.path = $$[QT_INSTALL_EXAMPLES]/systeminfo/inputinfo
+ INSTALLS += target app