File tree 5 files changed +6
-4
lines changed
applications/system-service
5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
* This file was generated by qdbusxml2cpp version 0.8
3
3
* Command line was: qdbusxml2cpp -N -p wpa_supplicant.h:wpa_supplicant.cpp fi.w1.wpa_supplicant1.xml
4
4
*
5
- * qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
5
+ * qdbusxml2cpp is Copyright (C) 2020 The Qt Company Ltd.
6
6
*
7
7
* This is an auto-generated file.
8
8
* This file may have been hand-edited. Look for HAND-EDIT comments
Original file line number Diff line number Diff line change 2
2
* This file was generated by qdbusxml2cpp version 0.8
3
3
* Command line was: qdbusxml2cpp -N -p wpa_supplicant.h:wpa_supplicant.cpp fi.w1.wpa_supplicant1.xml
4
4
*
5
- * qdbusxml2cpp is Copyright (C) 2022 The Qt Company Ltd.
5
+ * qdbusxml2cpp is Copyright (C) 2020 The Qt Company Ltd.
6
6
*
7
7
* This is an auto-generated file.
8
8
* Do not edit! All changes made to it will be lost.
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ sha256sums=(SKIP)
18
18
build () {
19
19
find . -name " *.pro" -type f -print0 \
20
20
| xargs -r -0 sed -i ' s/linux-oe-g++/linux-arm-remarkable-g++/g'
21
+ find . -name " *.pri" -type f -print0 \
22
+ | xargs -r -0 sed -i ' s/linux-oe-g++/linux-arm-remarkable-g++/g'
21
23
CMAKE_TOOLCHAIN_FILE=" /usr/share/cmake/$CHOST .cmake" make FEATURES=sentry release
22
24
}
23
25
Original file line number Diff line number Diff line change 1
- VERSION = 2.8.1
1
+ VERSION = 2.8.2
2
2
3
3
!contains (DEFINES, QT_DEPRECATED_WARNINGS ){
4
4
DEFINES += QT_DEPRECATED_WARNINGS
Original file line number Diff line number Diff line change 30
30
* \def OXIDE_VERSION
31
31
* \brief Version of Tarnish and liboxide
32
32
*/
33
- #define OXIDE_VERSION "2.8"
33
+ #define OXIDE_VERSION "2.8.2 "
34
34
/*!
35
35
* \def OXIDE_INTERFACE_VERSION
36
36
* \brief Version of Tarnish and liboxide for dbus
You can’t perform that action at this time.
0 commit comments