Skip to content

Commit

Permalink
Complete Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmucde committed Mar 13, 2021
1 parent f516c18 commit 7e85a8d
Show file tree
Hide file tree
Showing 14 changed files with 1,354 additions and 489 deletions.
12 changes: 9 additions & 3 deletions DLTRelais.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,22 @@ CONFIG += c++11
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

SOURCES += \
dltminiserver.cpp \
dltrelais.cpp \
main.cpp \
dialog.cpp \
settings.cpp
settingsdialog.cpp

HEADERS += \
dialog.h \
settings.h
dltminiserver.h \
dltrelais.h \
settingsdialog.h \
version.h

FORMS += \
dialog.ui
dialog.ui \
settingsdialog.ui

TRANSLATIONS += \
DLTMultimeter_en_DE.ts
Expand Down
Loading

0 comments on commit 7e85a8d

Please sign in to comment.