summaryrefslogtreecommitdiff
path: root/examples/serialport/enumerator/enumerator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/enumerator/enumerator.pro')
-rw-r--r--examples/serialport/enumerator/enumerator.pro6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/serialport/enumerator/enumerator.pro b/examples/serialport/enumerator/enumerator.pro
index 21233a8..9819fd7 100644
--- a/examples/serialport/enumerator/enumerator.pro
+++ b/examples/serialport/enumerator/enumerator.pro
@@ -1,8 +1,4 @@
-greaterThan(QT_MAJOR_VERSION, 4) {
- QT += widgets serialport
-} else {
- include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
-}
+QT += widgets serialport
TARGET = enumerator
TEMPLATE = app