diff options
Diffstat (limited to 'tsutils/tsrecorder/tsrecorder.pro')
-rw-r--r-- | tsutils/tsrecorder/tsrecorder.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tsutils/tsrecorder/tsrecorder.pro b/tsutils/tsrecorder/tsrecorder.pro new file mode 100644 index 0000000..3c3988b --- /dev/null +++ b/tsutils/tsrecorder/tsrecorder.pro @@ -0,0 +1,7 @@ +TARGET = tsrecorder + +DESTDIR = $${OUT_PWD}/../../package/root/bin + +SOURCES += \ + tsrecorder.c \ + ../tsutils.c |