diff options
| author | ruki <[email protected]> | 2024-04-28 22:42:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-28 22:43:35 +0800 |
| commit | 8b8831f9ada63c5b81beec40619b67e5529dbfe4 (patch) | |
| tree | e3e8ac092055f21c76ef27836a12893e05e9e3a3 /tests/projects/qt/quickapp/src/main.cpp | |
| parent | 5f1a07e6f343a67ed53a30d302eea916fc069e91 (diff) | |
improve ldflags for autoconf
Diffstat (limited to 'tests/projects/qt/quickapp/src/main.cpp')
| -rw-r--r-- | tests/projects/qt/quickapp/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/projects/qt/quickapp/src/main.cpp b/tests/projects/qt/quickapp/src/main.cpp index 2ec4b880c..7d9cb80df 100644 --- a/tests/projects/qt/quickapp/src/main.cpp +++ b/tests/projects/qt/quickapp/src/main.cpp @@ -1,8 +1,7 @@ #include <QGuiApplication> #include <QQmlApplicationEngine> -int main(int argc, char *argv[]) -{ +int main(int argc, char *argv[]) { #if QT_VERSION >= 0x50601 QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); #endif |
