summaryrefslogtreecommitdiffstats
path: root/workspace/LogWriter/LogWriter.pro
blob: ba5df47619256595c035aa1c7bc1c63aa710a9a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET = LogWriter
QT += core \
    gui \
    network
HEADERS += status.h \
    logwriter.h
SOURCES += main.cpp \
    logwriter.cpp
FORMS += logwriter.ui
RESOURCES +=