view os-other.pro @ 2589:27de601a2729

Looks like this is the one we want
author Chris Cannam
date Thu, 06 Aug 2020 21:11:39 +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