From 92fe63114ba50d68709680bdc89d93633dc3ed92 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 4 Nov 2024 13:01:41 +0900 Subject: rename qmake to tqmake Signed-off-by: Michele Calgaro --- tqmake/examples/precompile/util.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tqmake/examples/precompile/util.cpp (limited to 'tqmake/examples/precompile/util.cpp') diff --git a/tqmake/examples/precompile/util.cpp b/tqmake/examples/precompile/util.cpp new file mode 100644 index 000000000..6a1545255 --- /dev/null +++ b/tqmake/examples/precompile/util.cpp @@ -0,0 +1,7 @@ +void util_function_does_nothing() +{ + // Nothing here... + int x = 0; + ++x; +} + -- cgit v1.2.3