Add qmodmaster and move udp app to applications

This commit is contained in:
2023-12-04 16:26:09 +01:00
parent 6906abb18d
commit 915abfcc9a
147 changed files with 15978 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# -------------------------------------------------
# Project created by QtCreator 2010-03-20T12:17:43
# -------------------------------------------------
QT -= gui
TARGET = log_example
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += \
examplemain.cpp
include(QsLog.pri)