diff options
| author | 2015-04-23 10:50:33 +0200 | |
|---|---|---|
| committer | 2015-04-23 10:50:33 +0200 | |
| commit | 888c6cbf5a204712b591ce96148ea016eea0ba5d (patch) | |
| tree | 52dfd340b50076c485574d35dd98ddeebb075d64 | |
| parent | bb60ef6acfe0cde680f16cb00188fa2f97e7c6ec (diff) | |
| download | OneRoll-888c6cbf5a204712b591ce96148ea016eea0ba5d.tar.gz OneRoll-888c6cbf5a204712b591ce96148ea016eea0ba5d.zip | |
add file for cli main application
| -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 |