Open theflameemperor opened 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)
This would be more useful than using qmake....
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)