update documentation qsk cmake namespace
This commit is contained in:
parent
5c12b18b87
commit
7e2e361637
@ -83,7 +83,7 @@ add_executable(myapp
|
||||
target_link_libraries(myapp PRIVATE
|
||||
Qt5::Widgets
|
||||
Qt5::Quick
|
||||
QSkinny::QSkinny)
|
||||
Qsk::QSkinny)
|
||||
....
|
||||
|
||||
Now we can compile our app:
|
||||
|
@ -23,7 +23,7 @@ slots or invokables can be used in QML. For example, the QSkinny control
|
||||
....
|
||||
target_link_libraries(myapp PRIVATE
|
||||
...
|
||||
QSkinny::QmlExport)
|
||||
Qsk::QmlExport)
|
||||
...
|
||||
....
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user