Skip to content

Rust + CXX-Qt + KDE Kirigami minimal project template

Notifications You must be signed in to change notification settings

antroids/cxx-qt-kirigami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust + CXX-Qt + KDE Kirigami minimal project template

Requirements:

Configuration:

  • KDE_INCLUDEDIR: must contain KF6/KI18n/klocalizedcontext.h (default /usr/include/)
  • KDE_LIBDIR: libraries search path; libKF6I18n.so and libKF6Kirigami2.so should be there (default /usr/lib/x86_64-linux-gnu/)
  • KDE_QMLDIR: QML modules directory (default /usr/lib/x86_64-linux-gnu/qt6/qml/)
  • LD_LIBRARY_PATH: may be required to run the QT app, set to the same as KDE_LIBDIR

Debug

  • Define QML_IMPORT_TRACE=1 to see QML import resolution logs

About

Rust + CXX-Qt + KDE Kirigami minimal project template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published