From 8b8831f9ada63c5b81beec40619b67e5529dbfe4 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 28 Apr 2024 22:42:30 +0800 Subject: improve ldflags for autoconf --- tests/projects/qt/widgetapp_static/src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/projects/qt/widgetapp_static/src/main.cpp') diff --git a/tests/projects/qt/widgetapp_static/src/main.cpp b/tests/projects/qt/widgetapp_static/src/main.cpp index b48f94ec8..eb4e26c90 100644 --- a/tests/projects/qt/widgetapp_static/src/main.cpp +++ b/tests/projects/qt/widgetapp_static/src/main.cpp @@ -1,11 +1,9 @@ #include "mainwindow.h" #include -int main(int argc, char *argv[]) -{ +int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); - return a.exec(); } -- cgit v1.3.1