mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Move QtWebApp sources to third_party
This commit is contained in:
11
third_party/QtWebApp/templateengine/templateengine.pri
vendored
Normal file
11
third_party/QtWebApp/templateengine/templateengine.pri
vendored
Normal 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
|
Reference in New Issue
Block a user