Add Async/Sync functions to post lambda on model thread. Fix missing defines on headers. Move Login c++ logic into core for MVVM. Write async login. Auto core iterate (30ms). Clean exit by stopping core before deletion.
10 lines
176 B
CMake
10 lines
176 B
CMake
|
|
list(APPEND _LINPHONEAPP_QML_FILES
|
|
view/App/Main.qml
|
|
|
|
view/Item/Button.qml
|
|
|
|
view/Page/LoginPage.qml
|
|
)
|
|
|
|
set(_LINPHONEAPP_QML_FILES ${_LINPHONEAPP_QML_FILES} PARENT_SCOPE)
|