2026-04-06 00:20:51 -05:00

10 lines
195 B
CMake

project("qlementine"
LANGUAGES CXX
VERSION 1.4.2.0
DESCRIPTION "Modern QStyle for desktop Qt applications."
)
find_package(Qt6 REQUIRED COMPONENTS Core Widgets Svg)
add_subdirectory(lib)