view os-other.pro @ 2582:af1a7d76539d

Note if no Makefile found
author Chris Cannam
date Thu, 23 Jul 2020 16:49:42 +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