Skip to content

Commit e5c5485

Browse files
committed
update README
1 parent 7d406be commit e5c5485

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/.directory
55
*/*/.directory
66
Makefile
7+
include/fakeMake
78
include/gtk/moc_gtk_button.h
89
include/gtk/moc_gtk_combo.h
910
include/gtk/moc_gtk_entry.h

README

+24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
GTK made Qt
22
Copyright(C) 2010-2014 Johan Thelin
33

4+
Souce code from the gqt project
5+
Copyright(C) Robin Burchell
6+
has been merged, for more detalis, see README.gqt
7+
48
This is a hack to demonstrate that the GTK+ APIs can be implemented by using Qt.
59

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

12+
13+
BUILDING
14+
15+
run qmake-qt5 gtk-made-qt.pro
16+
make
17+
18+
19+
BUILD+TEST
20+
21+
For automatic building and testing an application, run the bgqt.sh script
22+
with the name of one of the tests in the "examples" directory.
23+
24+
for example:
25+
./bgqt.sh button
26+
27+
will first build the headers and library and then compile examples/button.c
28+
and lastly execute the examples/button binary.
29+
30+
For comparison, there is also a bgtk.sh script which builds the same examples using GTK.
31+

0 commit comments

Comments
 (0)