We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd69c2 commit cb52de6Copy full SHA for cb52de6
.qmake.conf
@@ -1,4 +1,4 @@
1
load(qt_build_config)
2
CONFIG += warning_clean
3
4
-MODULE_VERSION = 1.0.1
+MODULE_VERSION = 1.0.2
CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
-project( qmqtt VERSION 1.0.1 )
+project( qmqtt VERSION 1.0.2 )
5
include( GNUInstallDirs ) # needed to define vars used in install() directives.
6
src/mqtt/qmqtt.qbs
@@ -8,7 +8,7 @@ Product {
8
property bool webSocketSupport: false
9
property string libraryType: "dynamiclibrary"
10
targetName: "qmqtt"
11
- version: "1.0.1"
+ version: "1.0.2"
12
13
cpp.defines: [
14
"QT_BUILD_QMQTT_LIB",
0 commit comments