diff options
Diffstat (limited to 'tmake/example/hello.pro')
-rw-r--r-- | tmake/example/hello.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmake/example/hello.pro b/tmake/example/hello.pro new file mode 100644 index 0000000..a299923 --- /dev/null +++ b/tmake/example/hello.pro @@ -0,0 +1,3 @@ +HEADERS = hello.h +SOURCES = hello.cpp main.cpp +TARGET = hello |