clone of nymea-app from github
 
 
 
 
 
 
Go to file
Jenkins 8681cc7070 Automated Jenkins build: 1.0.19 2018-06-22 10:56:56 +02:00
QtZeroConf@31119114ce switch to a different avahi lib which also works on android 2018-06-01 12:57:42 +02:00
libmea-core hide features which aren't implemented in the core yet 2018-06-20 22:30:58 +02:00
libnymea-common add complete support for interface based rules 2018-06-20 21:17:26 +02:00
mea improve some visuals as reported by beta testers 2018-06-21 18:12:30 +02:00
packaging Merge remote-tracking branch 'origin/update-android-icon' into landing-silo 2018-06-21 15:41:31 +02:00
tests restructure code to allow adding unit tests 2018-05-29 13:33:58 +02:00
.gitignore switch to a different avahi lib which also works on android 2018-06-01 12:57:42 +02:00
.gitmodules switch to a different avahi lib which also works on android 2018-06-01 12:57:42 +02:00
LICENSE add license info to about page 2018-06-07 01:41:44 +02:00
README.md switch to a different avahi lib which also works on android 2018-06-01 12:57:42 +02:00
mea.pri fix warnings 2018-06-07 11:49:23 +02:00
mea.pro workaround a bug in lrelease, it fails to parse the .pro file 2018-06-08 12:58:47 +02:00
version.txt Automated Jenkins build: 1.0.19 2018-06-22 10:56:56 +02:00

README.md

mea

QtQuick nymea client application

building

Required packages: It is recommended to install a complete Qt installation. Minimum required Version 5.7. No extra modules are required for a basic desktop build.

After cloning the repository, run

$ git submodule init $ git submodule update

To build a binary run $ mkdir builddir $ cd builddir $ qmake path/to/source/dir $ make

Or open mea.pro in QtCreator and click the "Play" button.

Optional configuration flags to be passed to qmake:

  • CONFIG+=withtests Enables building the testrunner target

Notes for Android: As Qt can't bundle a build of openssl for android, you need to place a copy to /opt/android-ssl/

Notes for Windows: There is an additional make target named "wininstaller" available. You need to have windeployqt and binarycreator (from Qt Install Framework 3.0) in your system's Path.

running the tests

Required Packages:

  • qtdeclarative5-test-plugin
  • nymead