Changeset View
Changeset View
Standalone View
Standalone View
src/CMakeLists.txt
Show First 20 Lines • Show All 97 Lines • ▼ Show 20 Lines | target_link_libraries(kazvqmlmodule PUBLIC | ||||
Qt${QT_MAJOR_VERSION}::Qml | Qt${QT_MAJOR_VERSION}::Qml | ||||
Qt${QT_MAJOR_VERSION}::Quick | Qt${QT_MAJOR_VERSION}::Quick | ||||
Qt${QT_MAJOR_VERSION}::QuickControls2 | Qt${QT_MAJOR_VERSION}::QuickControls2 | ||||
Qt${QT_MAJOR_VERSION}::Svg | Qt${QT_MAJOR_VERSION}::Svg | ||||
Qt${QT_MAJOR_VERSION}::Concurrent | Qt${QT_MAJOR_VERSION}::Concurrent | ||||
Qt${QT_MAJOR_VERSION}::Widgets | Qt${QT_MAJOR_VERSION}::Widgets | ||||
KF${KF_MAJOR_VERSION}::ConfigCore KF${KF_MAJOR_VERSION}::KIOCore | KF${KF_MAJOR_VERSION}::ConfigCore KF${KF_MAJOR_VERSION}::KIOCore | ||||
KF${KF_MAJOR_VERSION}::Notifications | KF${KF_MAJOR_VERSION}::Notifications | ||||
KF${KF_MAJOR_VERSION}::CoreAddons | |||||
${CMARK_TARGET_NAME} | ${CMARK_TARGET_NAME} | ||||
) | ) | ||||
target_include_directories(kazvqmlmodule PUBLIC ${CMAKE_CURRENT_BINARY_DIR}) | target_include_directories(kazvqmlmodule PUBLIC ${CMAKE_CURRENT_BINARY_DIR}) | ||||
target_include_directories(kazvqmlmodule PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/device-mgmt) | target_include_directories(kazvqmlmodule PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/device-mgmt) | ||||
qt_add_qml_module(kazvshortcutsqmlmodule | qt_add_qml_module(kazvshortcutsqmlmodule | ||||
STATIC | STATIC | ||||
Show All 28 Lines | qt_add_qml_module(kazvqmlqmlmodule | ||||
STATIC | STATIC | ||||
URI moe.kazv.mxc.kazvqml | URI moe.kazv.mxc.kazvqml | ||||
VERSION 0.0 | VERSION 0.0 | ||||
) | ) | ||||
kazv_add_qml_files(kazvqmlqmlmodule | kazv_add_qml_files(kazvqmlqmlmodule | ||||
BASE_DIRECTORY contents/ui | BASE_DIRECTORY contents/ui | ||||
SOURCES | SOURCES | ||||
Main.qml | Main.qml | ||||
About.qml | |||||
PageManager.qml | PageManager.qml | ||||
LoginPage.qml | LoginPage.qml | ||||
MainPage.qml | MainPage.qml | ||||
TabView.qml | TabView.qml | ||||
Tab.qml | Tab.qml | ||||
ClosableScrollablePage.qml | ClosableScrollablePage.qml | ||||
SelfDestroyableOverlaySheet.qml | SelfDestroyableOverlaySheet.qml | ||||
RoomListView.qml | RoomListView.qml | ||||
▲ Show 20 Lines • Show All 125 Lines • Show Last 20 Lines |