43f26cd8ff
* NEW: gb.qt5 component. [EXAMPLES] * BUG: Fix WebBrowser example. [INTERPRETER] * NEW: Fix compilation of EXEC and SHELL for older bytecode versions. [GB.DB.FORM] * NEW: Display the busy mouse cursor while loading SQL data. [GB.QT4] * NEW: Support for QT5. [GB.QT5] * NEW: Initial version of the QT5 component. Not everything is working. There is no Embedder and TrayIcon controls. git-svn-id: svn://localhost/gambas/trunk@7062 867c0c6c-44f3-4631-809d-bfa615b0a4ec
6 lines
No EOL
76 B
Text
6 lines
No EOL
76 B
Text
CLEANFILES = *_moc.cpp
|
|
|
|
.h_moc.cpp:
|
|
$(MOC) -o $@ $<
|
|
|
|
SUFFIXES = .h _moc.cpp |