mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
08dc59c885
* Fix macOS build * Update minimum cmake version * Correct compile errorswith Qt6.7 * Update minimum cmake version (2) * Use C++17 * Correct compile errors with Qt6.7 * Replace unsupported Lambda UniqueConnection * Support UTF-8 Output on console * Fix #1630
7 lines
98 B
C
7 lines
98 B
C
#pragma once
|
|
|
|
#define QSTRING_CSTR(str) str.toUtf8().constData()
|
|
typedef QList< int > QIntList;
|
|
|
|
|