diff --git a/examples/gallery/main.cpp b/examples/gallery/main.cpp index 8e8d622b..1073dfef 100644 --- a/examples/gallery/main.cpp +++ b/examples/gallery/main.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include @@ -161,6 +162,8 @@ int main( int argc, char* argv[] ) QGuiApplication app( argc, argv ); + qskSetup->setItemUpdateFlag( QskQuickItem::PreferRasterForTextures, true ); + SkinnyShortcut::enable( SkinnyShortcut::AllShortcuts ); auto mainView = new ApplicationView();