aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets/qml/CMakeLists.txt
blob: 24e775341ff9ce139826ce7ac372ce008abe8b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
qt_add_library(extra_module STATIC)
qt_add_qml_module(extra_module
    URI "ExtraModule"
    VERSION 1.0
    QML_FILES
        Extra.qml
    SOURCES
        extrathing.cpp extrathing.h
)

add_subdirectory(ExtraModule)