~saviq/qtubuntu/revert-occlude-lp1620297

« back to all changes in this revision

Viewing changes to README

  • Committer: CI Train Bot
  • Author(s): Michael Terry
  • Date: 2016-05-27 13:05:24 UTC
  • mfrom: (316.3.4 arm64)
  • Revision ID: ci-train-bot@canonical.com-20160527130524-4m0pe3k6ekiozl11
Build qtubuntu for arm64, and drop ancient qthybris transition package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    $ qmlscene -platform ubuntumirclient Foo.qml
24
24
    $ QT_QPA_PLATFORM=ubuntumirclient qmlscene Foo.qml
25
25
 
26
 
  This QPA plugin exposes the following environment variables:
27
 
 
28
 
    QT_QPA_EGLFS_SWAPINTERVAL: Specifies the required swap interval as an
29
 
                               integer. 1 by default.
 
26
  The QPA plugins expose the following environment variables:
 
27
 
 
28
    QTUBUNTU_SWAPINTERVAL: Specifies the required swap interval as an
 
29
                           integer. 1 by default.
 
30
 
 
31
    QTUBUNTU_MULTISAMPLE: Enables multisampling with using 4 samples
 
32
                          per fragment.
30
33
 
31
34
    QTUBUNTU_NO_THREADED_OPENGL: Disables QtQuick threaded OpenGL
32
35
                                 rendering.
48
51
  * ubuntumirclient.swapBuffers - Messages related to surface buffer swapping.
49
52
  * ubuntumirclient             - For all other messages.
50
53
 
51
 
  The QT_QPA_EGLFS_DEBUG environment variable prints a little more information
52
 
  from Qt's internals.
53
54
 
54
55
4. Building
55
56
-----------