Skip to content
Snippets Groups Projects
  • Alexander's avatar
    [*] update class DapSettings · 2f009db5
    Alexander authored and dmitriy.gerasimov's avatar dmitriy.gerasimov committed
    - fix arguments according to inner code style
    - add guard for geetting/setting group/value
    - delete useless temporary objects
    - delete useless virtual methods encrypt/decrypt. This method will added
    to future in special class
    2f009db5
CellFrameDashboard.pro 489 B
TEMPLATE = subdirs
SUBDIRS = CellFrameDashboardGUI CellFrameDashboardService \
    CellFrameDashboardTests

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
}