mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
This patch enables experimental QML support in Qt5. Only the QtQuick plugin is available yet. Currently runs best on Linux and has some problems on NOVA and Fiasco.OC. Fixes #979.
4 lines
58 B
Prolog
4 lines
58 B
Prolog
QT += quick
|
|
SOURCES += main.cpp
|
|
RESOURCES += samegame.qrc
|