mirror of
https://github.com/QuasarApp/Qt-Secret.git
synced 2025-04-28 00:24:31 +00:00
update minigmp
This commit is contained in:
parent
2b04d0db93
commit
f0a8aea65e
@ -5,8 +5,9 @@
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
|
||||
#endif
|
||||
QGuiApplication app(argc, argv);
|
||||
|
||||
QQmlApplicationEngine engine;
|
||||
|
@ -7,7 +7,7 @@ import QtQuick.Controls.Material 2.12
|
||||
import Qt.labs.settings 1.0
|
||||
import "modules/"
|
||||
|
||||
Window {
|
||||
ApplicationWindow {
|
||||
id: window
|
||||
visible: true
|
||||
width: 800
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 7281435f64aeba21395d852c935a5c0cf58a564a
|
||||
Subproject commit 9e62035498532a657635349dc36d149d4dbbd9ea
|
Loading…
x
Reference in New Issue
Block a user