Remove multimedia app from HomeScreen overview documentation
[staging/HomeScreen.git] / HomeScreen.pro
index 80ada09..f81a77f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH
+# Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 
 TEMPLATE = subdirs
 
+load(configure)
+qtCompileTest(ivi_layermanagement_api)
+
 SUBDIRS = interfaces \
-        HomeScreen \
-       HomeScreenAppFrameworkBinderTizen \
-       HomeScreenSimulator \
-       InputEventManager \
-       SampleAppTimeDate \
-       WindowManager
+    libhomescreen \
+    HomeScreen \
+    HomeScreenAppFrameworkBinderAGL \
+    HomeScreenSimulator \
+    InputEventManager \
+    SampleAppTimeDate \
+    WindowManager \
+    SampleHomeScreenInterfaceApp
 
 HomeScreen.depends = interfaces
 HomeScreenSimulator.depends = interfaces
-HomeScreenAppFrameworkBinderTizen.depends = interfaces
+HomeScreenAppFrameworkBinderAGL.depends = interfaces
 InputEventManager.depends = interfaces
 SampleAppTimeDate.depends = interfaces
 WindowManager.depends = interfaces
-
-# remove generated files
-QMAKE_CLEAN += -r \
-    $$OUT_PWD/Makefile
+libhomescreen.depends = interfaces
+SampleHomeScreenInterfaceApp.depends = libhomescreen