Mercurial > hg > sonic-visualiser
view os-win10.pro @ 2578:7334a94a1ab8
Whoops, add missing .pro files
author | Chris Cannam |
---|---|
date | Tue, 21 Jul 2020 16:21:58 +0100 |
parents | |
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