diff options
| -rw-r--r-- | cli/cli.pri | 2 | ||||
| -rw-r--r-- | cli/main.cpp (renamed from main.cpp) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cli/cli.pri b/cli/cli.pri new file mode 100644 index 0000000..69aa44f --- /dev/null +++ b/cli/cli.pri @@ -0,0 +1,2 @@ +SOURCES += \ + $$PWD/main.cpp |