mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Migrate the build system to cmake
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
||||
|
||||
greaterThan(QT_VERSION,6) {
|
||||
QT += core5compat
|
||||
}
|
||||
|
||||
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