add visa, start websocket implementation
[staging/HomeScreen.git] / WindowManager / WindowManager.pro
index 51fc972..335693f 100644 (file)
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-
+#DEFINES += COMPIL_MAITAI
 TEMPLATE = app
 TARGET = WindowManager
 QT = core dbus
 
 include(../interfaces/interfaces.pri)
+include(../ivi_layermanagement_api.pri)
 
 SOURCES += src/main.cpp \
     src/windowmanager.cpp
@@ -24,14 +25,9 @@ SOURCES += src/main.cpp \
 HEADERS += \
     src/windowmanager.hpp
 
-contains(QT_ARCH, arm.*) {
+config_ivi_layermanagement_api {
     LIBS += -lilmControl -lilmCommon
 }
 
 OTHER_FILES += \
     README.md
-
-# remove generated files
-QMAKE_CLEAN += -r \
-    $$OUT_PWD/WindowManager \
-    $$OUT_PWD/Makefile