File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 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:
1414* There are no MinGW Qt development bundles for any version 5.9.x or higher.
1515
1616Compiled 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
2424
2525To compile PEB type in a terminal started in the `` src `` folder:
2626
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ int main(int argc, char **argv)
9696 // ==============================
9797 // Application version:
9898 // ==============================
99- application.setApplicationVersion (" 0.7.1 " );
99+ application.setApplicationVersion (" 0.7.2 " );
100100
101101 // ==============================
102102 // UTF-8 encoding application-wide:
You can’t perform that action at this time.
0 commit comments