Mercurial > hg > sonic-visualiser
comparison os-win10.pro @ 2578:7334a94a1ab8
Whoops, add missing .pro files
author | Chris Cannam |
---|---|
date | Tue, 21 Jul 2020 16:21:58 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2576:1799e90689b5 | 2578:7334a94a1ab8 |
---|---|
1 | |
2 TEMPLATE = lib | |
3 | |
4 exists(config.pri) { | |
5 include(config.pri) | |
6 } | |
7 | |
8 !exists(config.pri) { | |
9 include(noconfig.pri) | |
10 } | |
11 | |
12 CONFIG -= qt | |
13 CONFIG += plugin no_plugin_name_prefix release warn_on | |
14 | |
15 TARGET = os | |
16 | |
17 OBJECTS_DIR = o | |
18 | |
19 win32-msvc* { | |
20 LIBS += -EXPORT:OSReportsDarkThemeActive -EXPORT:OSQueryAccentColour | |
21 LIBS += -lWindowsApp | |
22 } | |
23 | |
24 SOURCES += \ | |
25 svcore/system/os-win10.cpp | |
26 |