diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-07-08 20:43:12 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-10-13 19:08:31 +0200 |
commit | 1ae11e5c615c996cbef3db694fc571bfe6524d1d (patch) | |
tree | 6b7ed7d16c0647ce5c86bb2c1b8c6e94972fade1 /gui | |
parent | a1216b2e17fb62f73a44ccec3734c6e579e65645 (diff) |
[pkg] boilerplate for qtinstaller framework
Diffstat (limited to 'gui')
-rwxr-xr-x | gui/build.sh | 4 | ||||
-rw-r--r-- | gui/handlers.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gui/build.sh b/gui/build.sh index 1ded17e..91be4fc 100755 --- a/gui/build.sh +++ b/gui/build.sh @@ -20,8 +20,8 @@ fi if [ "$XBUILD" == "$WIN64" ] then # TODO allow to override vars - QMAKE="`pwd`/../mxe/usr/x86_64-w64-mingw32.static/qt5/bin/qmake" - PATH="`pwd`/../mxe/usr/bin"/:$PATH + QMAKE="`pwd`/../../mxe/usr/x86_64-w64-mingw32.static/qt5/bin/qmake" + PATH="`pwd`/../../mxe/usr/bin"/:$PATH CC=x86_64-w64-mingw32.static-gcc else if [ "$QMAKE" == "" ] diff --git a/gui/handlers.h b/gui/handlers.h index d746524..c342a97 100644 --- a/gui/handlers.h +++ b/gui/handlers.h @@ -12,8 +12,6 @@ class QJsonWatch : public QObject { Q_OBJECT - QJsonModel *model; - public: signals: |