Changes between Version 1 and Version 2 of SingleQMLCodebase


Ignore:
Timestamp:
Oct 27, 2013, 1:07:50 AM (11 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SingleQMLCodebase

    v1 v2  
    2929
    3030On each platform, the application will load the same UC module, which will actually correspond to the abstraction module specific for the platform.
     31
     32== Debuging ==
     33To debug this (or any other import related QML issues), just enable QML import debugging:
     34
     35{{{
     36export QML_IMPORT_TRACE=1
     37}}}
     38
     39After this environmental variable is set, QML will start printing import debugging messages to standard output.