summaryrefslogtreecommitdiffstats
path: root/examples/serialport/cenumerator/cenumerator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/cenumerator/cenumerator.pro')
-rw-r--r--examples/serialport/cenumerator/cenumerator.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/serialport/cenumerator/cenumerator.pro b/examples/serialport/cenumerator/cenumerator.pro
new file mode 100644
index 00000000..464e1d95
--- /dev/null
+++ b/examples/serialport/cenumerator/cenumerator.pro
@@ -0,0 +1,14 @@
+greaterThan(QT_MAJOR_VERSION, 4) {
+ QT += serialport
+} else {
+ include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
+}
+
+CONFIG += console
+CONFIG -= app_bundle
+
+TARGET = cenumerator
+TEMPLATE = app
+
+SOURCES += \
+ main.cpp