Mercurial > hg > sonic-visualiser
view os-win10.pro @ 2596:04d381f0d89a tip
Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction
author | Chris Cannam |
---|---|
date | Thu, 27 Aug 2020 15:58:56 +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 OBJECTS_DIR = o win32-msvc* { LIBS += -EXPORT:OSReportsDarkThemeActive -EXPORT:OSQueryAccentColour LIBS += -lWindowsApp } SOURCES += \ svcore/system/os-win10.cpp