summaryrefslogtreecommitdiff
path: root/examples/serialport/cwritersync/cwritersync.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/cwritersync/cwritersync.pro')
-rw-r--r--examples/serialport/cwritersync/cwritersync.pro7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/serialport/cwritersync/cwritersync.pro b/examples/serialport/cwritersync/cwritersync.pro
index 14cba72..08f50a2 100644
--- a/examples/serialport/cwritersync/cwritersync.pro
+++ b/examples/serialport/cwritersync/cwritersync.pro
@@ -1,10 +1,5 @@
QT = core
-
-greaterThan(QT_MAJOR_VERSION, 4) {
- QT += serialport
-} else {
- include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
-}
+QT += serialport
CONFIG += console
CONFIG -= app_bundle