diff options
Diffstat (limited to 'plugin/src/Caelestia/Models/CMakeLists.txt')
| -rw-r--r-- | plugin/src/Caelestia/Models/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/src/Caelestia/Models/CMakeLists.txt b/plugin/src/Caelestia/Models/CMakeLists.txt new file mode 100644 index 0000000..640e29e --- /dev/null +++ b/plugin/src/Caelestia/Models/CMakeLists.txt @@ -0,0 +1,8 @@ +qml_module(caelestia-models + URI Caelestia.Models + SOURCES + filesystemmodel.hpp filesystemmodel.cpp + LIBRARIES + Qt::Gui + Qt::Concurrent +) |