From c59a2f071f53f88516bb487e5bcef37d027ecc43 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 10 Apr 2018 00:28:08 +0800 Subject: add qt_console rule --- tests/projects/qt_console/src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/projects/qt_console/src/main.cpp (limited to 'tests/projects/qt_console/src/main.cpp') diff --git a/tests/projects/qt_console/src/main.cpp b/tests/projects/qt_console/src/main.cpp new file mode 100644 index 000000000..de25444ff --- /dev/null +++ b/tests/projects/qt_console/src/main.cpp @@ -0,0 +1,9 @@ +#include + +int main(int argc, char *argv[]) +{ + QCoreApplication a(argc, argv); + + printf("hello xmake\n"); + return a.exec(); +} -- cgit v1.3.1