summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-02-25 20:31:31 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-26 11:17:26 +0100
commitd0e372d45bf59bac9db83bcf3c5c3520336d1d36 (patch)
tree1d8a75d2d62604afd59ac52d7e343539285acf04 /examples
parent8dc40a0a9ce84ef8e3e35437f5f4626fcbcde625 (diff)
downloadqtserialport-d0e372d45bf59bac9db83bcf3c5c3520336d1d36.tar.gz
Do not add "core" to the QT variable as it is added by default
Change-Id: I8d30a47331bdb26f1531d214f5da830eca03d030 Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/cenumerator/cenumerator.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cenumerator/cenumerator.pro b/examples/cenumerator/cenumerator.pro
index 99d9cf6..2c38c28 100644
--- a/examples/cenumerator/cenumerator.pro
+++ b/examples/cenumerator/cenumerator.pro
@@ -1,5 +1,5 @@
greaterThan(QT_MAJOR_VERSION, 4) {
- QT += core serialport
+ QT += serialport
} else {
include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
}