view os-other.pro @ 2590:4448639b9bb1

Next release won't have feedback request
author Chris Cannam
date Mon, 10 Aug 2020 15:59:36 +0100
parents 7334a94a1ab8
children
line wrap: on
line source

TEMPLATE = lib

exists(config.pri) {
    include(config.pri)
}

!exists(config.pri) {
    include(noconfig.pri)
}

CONFIG -= qt
CONFIG += plugin no_plugin_name_prefix release warn_on

TARGET = os_other

OBJECTS_DIR = o

win32-msvc* {
    LIBS += -EXPORT:OSReportsDarkThemeActive -EXPORT:OSQueryAccentColour
}

SOURCES += \
    svcore/system/os-other.cpp