diff options
author | 2016-10-31 11:40:18 +0100 | |
---|---|---|
committer | 2016-10-31 11:40:18 +0100 | |
commit | 949bf001944f462b4fbf8d28ee7e9643c9888bee (patch) | |
tree | 4de706ec9ddd0faa5717254f9cded41e9dd884bd /interfaces | |
parent | d19555c038f6f1f89f08f12c88908d84b32b1bbf (diff) |
Introduces shared lib that provides the API of D-Bus org.agl.homescreen.
Initial implementation to show the idea. Also availabale a sample app that uses the new lib. The lib uses the GNU D-Bus lib.
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'interfaces')
-rw-r--r-- | interfaces/interfaces.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/interfaces/interfaces.pro b/interfaces/interfaces.pro index d2e1a19..bd3fa39 100644 --- a/interfaces/interfaces.pro +++ b/interfaces/interfaces.pro @@ -12,11 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += core dbus +QT += dbus QT -= gui -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - TEMPLATE = lib CONFIG += staticlib TARGET = interfaces |