diff options
Diffstat (limited to 'workspace/LogWriter/LogWriter.pro')
| -rw-r--r-- | workspace/LogWriter/LogWriter.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/workspace/LogWriter/LogWriter.pro b/workspace/LogWriter/LogWriter.pro new file mode 100644 index 0000000..112fd84 --- /dev/null +++ b/workspace/LogWriter/LogWriter.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +TARGET = LogWriter + +QT += core gui network + +HEADERS += logwriter.h +SOURCES += main.cpp \ + logwriter.cpp +FORMS += logwriter.ui +RESOURCES += |
