]> Some of my projects - aniplayer.git/commit
Add CMake build system
authorAPTX <marek321@gmail.com>
Thu, 23 Nov 2017 15:47:59 +0000 (00:47 +0900)
committerAPTX <marek321@gmail.com>
Thu, 23 Nov 2017 16:04:36 +0000 (01:04 +0900)
commit70f28f7fad928237958523abd2a5e3155403ad51
treecc1b89c4af5a61094151d34fe0ee0ef603795605
parent9c8026c20c4447553e85feb428fb5b65967f1b06
Add CMake build system

qmake is to be removed
16 files changed:
.gitignore
CMakeLists.txt [new file with mode: 0644]
backendplugins/CMakeLists.txt [new file with mode: 0644]
backendplugins/backend_mpv/CMakeLists.txt [new file with mode: 0644]
core/CMakeLists.txt [new file with mode: 0644]
core/qtsingleapplication/CMakeLists.txt [new file with mode: 0644]
featureplugins/CMakeLists.txt [new file with mode: 0644]
featureplugins/feature_localmylist/CMakeLists.txt [new file with mode: 0644]
pluginapi/CMakeLists.txt [new file with mode: 0644]
pluginapi/aniplayer/backendpluginbase.h [new file with mode: 0644]
pluginapi/aniplayer/featurepluginbase.h [new file with mode: 0644]
pluginapi/aniplayer/playerfeatureplugininterface.h [new file with mode: 0644]
pluginapi/aniplayer/playerplugininterface.h [new file with mode: 0644]
pluginapi/aniplayer/uipluginbase.h [new file with mode: 0644]
uiplugins/CMakeLists.txt [new file with mode: 0644]
uiplugins/ui_desktop_qml_default/CMakeLists.txt [new file with mode: 0644]