summaryrefslogtreecommitdiff
path: root/src/serialport/serialport.pro
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-25 22:15:05 +0000
committerDenis Shienkov <denis.shienkov@gmail.com>2013-01-26 15:37:11 +0100
commit9fea1bddc97025e68d519259dfbc4f41a1b70bb0 (patch)
tree5f372ce5129360c1e7c11fb6c9d4fc661a082596 /src/serialport/serialport.pro
parenta9d54120233e48b91e6ba1a9800cbceeaed460e7 (diff)
downloadqtserialport-9fea1bddc97025e68d519259dfbc4f41a1b70bb0.tar.gz
Do not use the VERSION explicitly as qmake generates the right
* This is also a necessary change for the integration. The version built with Qt5 is now 5.1.0 provided automatically by qmake for us. * This is not used for the Qt4 variant, so there is no harm for that either. * This also hopefully solves the Windows regression about the 0.1.0 alpha/beta versioning planned earlier. There is no planned alpha/beta for now anymore. Change-Id: I18576767c8b7d180b951bfb5689568d7734f49e1 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'src/serialport/serialport.pro')
-rw-r--r--src/serialport/serialport.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/serialport/serialport.pro b/src/serialport/serialport.pro
index 0046e12..bcefabe 100644
--- a/src/serialport/serialport.pro
+++ b/src/serialport/serialport.pro
@@ -1,6 +1,5 @@
QT = core
DEFINES += QT_SERIALPORT_LIB
-VERSION = 0.1.0
include($$PWD/doc/doc.pri)
include($$PWD/serialport-lib.pri)