Skip to content
Snippets Groups Projects
  • Andreas Traczyk's avatar
    9e4f5a19
    misc: regenerate qml.qrc at configure time · 9e4f5a19
    Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
    Our qml.qrc is:
    - commonly in conflict and prone to erroneous conflict resolution
    - platform dependant (generation is used anyway for removing
      webengine dependant resources)
    - a poorly maintained hodge-podge with resources in subdirectories
      that aren't grouped
    - requires alteration when moving resources (if not done correctly,
      without tests, results in uncaught runtime failures)
    
    This patch uses a python script at configure time to generate the
    qml.qrc resource file, and removes it from versioning.
    
    GitLab: #749
    Change-Id: Ia2b81bb5b2c29d0bf6f5a5302e76795864e93e40
    9e4f5a19
    History
    misc: regenerate qml.qrc at configure time
    Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
    Our qml.qrc is:
    - commonly in conflict and prone to erroneous conflict resolution
    - platform dependant (generation is used anyway for removing
      webengine dependant resources)
    - a poorly maintained hodge-podge with resources in subdirectories
      that aren't grouped
    - requires alteration when moving resources (if not done correctly,
      without tests, results in uncaught runtime failures)
    
    This patch uses a python script at configure time to generate the
    qml.qrc resource file, and removes it from versioning.
    
    GitLab: #749
    Change-Id: Ia2b81bb5b2c29d0bf6f5a5302e76795864e93e40
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 359 B
*.user
doc/Doxyfile

GeneratedFiles/
.vs/
.vscode/
x64/
x86/
[wW]in32/
.qmake.stash
debug/
release/
beta/
*.dll
*.qm
nuget.exe
*.autosave
changelog.html
obj/
build/
build-local/
install-local/
*.vcxproj
*.vcxproj.filters
*qmlcache.qrc
.deploy.stamp

# auto-gen files
src/app/resources.qrc
src/app/qml.qrc
src/app/constant/JamiResources.qml

# macOS
.DS_Store