Skip to content

An old hack demonstrating how to make GTK+ code compile against Qt through a thin wrapper

License

Notifications You must be signed in to change notification settings

e8johan/gtk-made-qt

Folders and files

NameName
Last commit message
Last commit date
Jul 5, 2016
Jul 8, 2016
Jun 30, 2016
Jul 8, 2016
Jul 1, 2016
Jul 8, 2016
Jun 28, 2016
Jul 8, 2016
Jun 29, 2016
Jul 8, 2016

Repository files navigation

GTK made Qt
Copyright(C) 2010-2014 Johan Thelin

Source code from the gqt project
Copyright(C) Robin Burchell
has been merged, for more detalis, see README.gqt

This is a hack to demonstrate that the GTK+ APIs can be implemented by using Qt.

This is very far from production ready. Feel free to improve!


BUILDING

qmake-qt5 gtk-made-qt.pro
make


BUILD+TEST

For automatic building and testing an application, run the bgqt.sh script
with the name of one of the tests in the "examples" directory.

for example: 
./bgqt.sh button

will first build the headers and library and then compile examples/button.c
and lastly execute the examples/button binary.

For comparison, there is also a bgtk.sh script which builds the same examples using GTK.

About

An old hack demonstrating how to make GTK+ code compile against Qt through a thin wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published