Skip to content
Snippets Groups Projects
  1. Oct 27, 2021
  2. Oct 14, 2021
  3. Oct 13, 2021
  4. Oct 11, 2021
  5. Oct 08, 2021
    • Thomas Hartmann's avatar
      Fix ClusterTutorial for Windows · fe0cbc35
      Thomas Hartmann authored
      There are two issues on Windows:
      
          1) Direct linking against the backing library is ignored
          because no symbols are (explicitly) used and the library
          therefore is discarded. This can be worked around by
          having a main.qml file as part of the main target/executable.
          We also have to move the other modules using QML_OUTPUT_DIRECTORY
          and add an import path.
      
      
          2) The backing libraries are created in the wrong folder and
          therefore the plugin cannot be loaded unless we merge the backing
          library into the plugin (using PLUGIN_TARGET).
      
          Also adding qputenv("QT_LOGGING_RULES", "qt.qml.connections=false");
      fe0cbc35
    • Thomas Hartmann's avatar
      Fix cmake CoffeeMachine example · 3358dd86
      Thomas Hartmann authored
      There are two issues on Windows:
      
      1) Direct linking against the backing library is ignored
      because no symbols are (explicitly) used and the library
      therefore is discarded. This can be worked around by
      having a main.qml file as part of the main target/executable.
      We also have to move the other modules using QML_OUTPUT_DIRECTORY
      and add an import path.
      
      
      2) The backing libraries are created in the wrong folder and
      therefore the plugin cannot be loaded unless we merge the backing
      library into the plugin (using PLUGIN_TARGET).
      
      Also adding qputenv("QT_LOGGING_RULES", "qt.qml.connections=false");
      3358dd86
  6. Oct 07, 2021
  7. Oct 06, 2021
  8. Sep 16, 2021
  9. Sep 07, 2021
  10. Aug 24, 2021
  11. May 07, 2021
  12. Apr 19, 2021
  13. Mar 24, 2021
  14. Mar 10, 2021
  15. Feb 24, 2021
  16. Feb 12, 2021
  17. Feb 10, 2021
  18. Feb 04, 2021
  19. Feb 01, 2021
  20. Jan 27, 2021
  21. Jan 21, 2021
Loading