Age | Commit message (Collapse) | Author | Files | Lines |
|
Needed for older Ubuntu LTS distribution 16.04
Change-Id: I7c1d23eecf34b2e86cfcd9de5a8f755c690cbe26
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Thoses variables are used by CMake for building Qt's projects, thus need to
find a Qt installation. Therefore you should set those to ON only if you
also do a find_package to find a Qt installation.
Change-Id: Ibd0042206913f2d4e65fc56092f3348efa3103da
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Use AGLVERSION variable that could be set by command-line to
override the one set in the CMakeLists.txt file.
Change-Id: Ic8137766ee3a0fb5b51cc49d2ea39d8d66e48b3f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Split the Qt part of the afb-helpers in another library with only
Qt helpers functions that could be enabled using the CMake option:
AFB_HELPERS_QT=ON
Bug-AGL: SPEC-1689
Change-Id: I761fef574ea61235226f3a1cb1663ddebec41c6d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
- add afb-timer in helpers: rename ctl-timer from ctl-utilities
into afb-timer
- use the GNUinstalldirs module to set the destination directories.
Change-Id: Ic88105d140edabcc96b091fb23f215db11ccb8c6
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Last versions of cmake/Qt don't need the use of some macro anymore.
It allows you to put *.qrc files as sources files, which are
resources files. Those files need to be processed by a Qt's tool to
be transformed as C++ sources files.
Change-Id: Ide4b6eef53b3f6edfeac3c0553c79ce4277b1b7b
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Search CURL package in your system and add it
if found. This will add a libcurl to be linked
with the target.
Change-Id: Ie4a720fd11de97abead7a92a7fb18b5c8af21ec5
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
This add a single Qt class to serve as a client
to Application Framework Binder.
It's optional, not enabled by default.
To enable you have to set AFB_HELPERS_QTWSCLIENT
to ON.
Change-Id: Ia0759a95688e48183e6661082693c410a575b14b
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Change-Id: I7e05205fe392884c25d1370564cad61119894754
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: If73bab16a5d4a5258f730c599630bd5fa8e5684f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I354a1c136a57e1ec8d511041fbd13a19b730c419
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|