TEMPLATE = subdirs
SUBDIRS = CellFrameDashboardGUI CellFrameDashboardService

CellFrameDashboardGUI.subdir = CellFrameDashboardGUI
CellFrameDashboardService.subdir = CellFrameDashboardService
CellFrameDashboardGUI.depends = CellFrameDashboardService

!defined(BRAND, var)
{
    BRAND = CellFrameDashboard
}

unix: !mac : !android {
    share_target.files = debian/share/*
    share_target.path = /opt/cellframe-dashboard/share/
    INSTALLS += share_target
}

BUILD_DASHBOARD_TESTS {
    message(BUILD_DASHBOARD_TESTS enabled)
    SUBDIRS += CellFrameDashboardTests
}