File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ Compiling Windows binaries of PEB is subject to the following restrictions:
14
14
* There are no MinGW Qt development bundles for any version 5.9.x or higher.
15
15
16
16
Compiled and tested successfully using:
17
- * [ Qt 5.2.0 and Qt Creator 3.0.0 ] ( http://download.qt.io/archive/qt/5.2/5.2.0/ ) on 32-bit Debian and 32-bit Windows XP
18
- * [ Qt 5.2.1 and Qt Creator 3.0.1 ] ( http://download.qt.io/archive/qt/5.2/5.2.1/ ) on 64-bit OS X 10.9.1, i5
19
- * [ Qt 5.3.0 and Qt Creator 3.1.1 ] ( http://download.qt.io/archive/qt/5.3/5.3.0/ ) on 64-bit Lubuntu 14.10
20
- * [ Qt 5.4.1 and Qt Creator 3.1.1 ] ( http://download.qt.io/archive/qt/5.4/5.4.1/ ) on 64-bit Lubuntu 15.04
21
- * [ Qt 5.5.1 and Qt Creator 3.5.1 ] ( http://download.qt.io/archive/qt/5.5/5.5.1/ ) on 64-bit Lubuntu 15.04 and 16.04
22
- * [ Qt 5.8.0 and Qt Creator 4.2.1 ] ( http://download.qt.io/archive/qt/5.8/5.8.0/ ) on 64-bit Lubuntu 16.04
23
- * [ Qt 5.9.1 and Qt Creator 4.3.1 ] ( http://download.qt.io/archive/qt/5.9/5.9.1/ ) on 64-bit Lubuntu 16.04
17
+ * [ Qt 5.2.0] ( http://download.qt.io/archive/qt/5.2/5.2.0/ ) on 32-bit Debian 7 and 32-bit Windows XP
18
+ * [ Qt 5.2.1] ( http://download.qt.io/archive/qt/5.2/5.2.1/ ) on 64-bit Ubuntu 14.04 and 64-bit OS X 10.9.1, i5
19
+ * [ Qt 5.3.0] ( http://download.qt.io/archive/qt/5.3/5.3.0/ ) on 64-bit Lubuntu 14.10
20
+ * [ Qt 5.4.1] ( http://download.qt.io/archive/qt/5.4/5.4.1/ ) on 64-bit Lubuntu 15.04
21
+ * [ Qt 5.5.1] ( http://download.qt.io/archive/qt/5.5/5.5.1/ ) on 64-bit Lubuntu 15.04 and 16.04
22
+ * [ Qt 5.8.0] ( http://download.qt.io/archive/qt/5.8/5.8.0/ ) on 64-bit Lubuntu 16.04
23
+ * [ Qt 5.9.1] ( http://download.qt.io/archive/qt/5.9/5.9.1/ ) on 64-bit Lubuntu 16.04
24
24
25
25
To compile PEB type in a terminal started in the `` src `` folder:
26
26
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ int main(int argc, char **argv)
96
96
// ==============================
97
97
// Application version:
98
98
// ==============================
99
- application.setApplicationVersion (" 0.7.1 " );
99
+ application.setApplicationVersion (" 0.7.2 " );
100
100
101
101
// ==============================
102
102
// UTF-8 encoding application-wide:
You can’t perform that action at this time.
0 commit comments