Initial refactor, zeroconf tests

This commit is contained in:
2018-09-10 13:40:33 +02:00
parent af335bac94
commit 1042835685
8 changed files with 152 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
UI_FILES = $(wildcard gui/*.ui)
TS_FILES = $(wildcard i18n/*.ts)
PY_FILES = $(wildcard *.py) $(wildcard gui/*.py)
PY_FILES = $(wildcard *.py) $(wildcard gui/*.py) $(wildcard luftdatentool/*.py)
UI_COMPILED = $(UI_FILES:.ui=.py)
TS_COMPILED = $(TS_FILES:.ts=.qm)