File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 4
4
* /.directory
5
5
* /* /.directory
6
6
Makefile
7
+ include /fakeMake
7
8
include /gtk /moc_gtk_button.h
8
9
include /gtk /moc_gtk_combo.h
9
10
include /gtk /moc_gtk_entry.h
Original file line number Diff line number Diff line change 1
1
GTK made Qt
2
2
Copyright(C) 2010-2014 Johan Thelin
3
3
4
+ Souce code from the gqt project
5
+ Copyright(C) Robin Burchell
6
+ has been merged, for more detalis, see README.gqt
7
+
4
8
This is a hack to demonstrate that the GTK+ APIs can be implemented by using Qt.
5
9
6
10
This is very far from production ready. Feel free to improve!
7
11
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
+
You can’t perform that action at this time.
0 commit comments