Skip to content

Doga-dev/POC_qml_module_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POC_qml_module_example

POC to get a project with a graphic components module using Qt5.15 and CMAKE

This version works but Qt Creator (v13.0.1) doesn't accept the "QML_IMPORT_PATH" setting I defined. I need to add an "import" statement in the QML files but this one produce an error at runtime.

Next steps:

  • Add a more complexe screen in the "UiComponents" library with its backend class to make some data manipulations
  • Add a new shared library:
    • loaded dynamicaly by the main application
    • with its own graphic components
    • using the "UiComponents" library
    • pushed in another thread

About

POC to get a project with a graphic components module using Qt5.15 and CMAKE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors