Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
/ qthtml Public archive
forked from Etrnls/qthtml

The Qt HTML Platform Integration Plugin and Service Daemon

Notifications You must be signed in to change notification settings

kdeyev/qthtml

 
 

Repository files navigation

This is the Qt HTML backend utilizing the Qt Platform Abstraction (QPA). Compile against Qt5

Video Demo

See also: Gtk+ HTML backend (broadway)

Dependancy on Ubuntu 14.04:

  • apt-get install qt5-default qtbase5-private-dev libxrender-dev libfontconfig1-dev libfreetype6-dev libudev-dev libglib2.0-dev

How to build:

  • qmake qthtml.pro
  • make

Compiled library will be at ./plugins/platforms/libqthtml.so

How to run Qt5 based application with plugin: - copy plugin to [QT_DIR]/plugins/platforms/ for example for Ubuntu 14.04 QT_DIR is /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms - or (if you don't have root rights or don't want to change original qt installation) perform command “export QT_QPA_PLATFORM_PLUGIN_PATH="path_where_plugin_is_located" ” in console where qt5 application will run from - qt5_app -platform html - application will be accessible at 127.0.0.1:8080 in any HTML5 capable web browser

About

The Qt HTML Platform Integration Plugin and Service Daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.8%
  • JavaScript 19.4%
  • QMake 1.6%
  • HTML 1.2%