papyros / qml-material

:book: Material Design implemented in QtQuick
GNU Lesser General Public License v2.1
2.57k stars 476 forks source link

adding cmake project files for qml-material #446

Open theflameemperor opened 8 years ago

theflameemperor commented 8 years ago

adding cmake project files for those that want yo use cmake as their build system using

add_subdirectory([path to qml-material])

also remember to link the library to your project

target_link_libraries(${PROJECT_NAME} Material)

goetzc commented 8 years ago

This would be more useful than using qmake....