Move QtWebApp sources to third_party

This commit is contained in:
Felix Kauselmann
2020-07-26 02:08:21 +02:00
parent fc8c1080da
commit 3de099491f
43 changed files with 2 additions and 5 deletions

View File

@ -0,0 +1,11 @@
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
HEADERS += $$PWD/templateglobal.h
HEADERS += $$PWD/template.h
HEADERS += $$PWD/templateloader.h
HEADERS += $$PWD/templatecache.h
SOURCES += $$PWD/template.cpp
SOURCES += $$PWD/templateloader.cpp
SOURCES += $$PWD/templatecache.cpp