b688648728
* NEW: Use the new QT4/QT5 switcher components. * NEW: Support for QT5 component. [GB.FORM] * NEW: New syntaxes in 'icon.map' file that allows to specify different icons for small or big sizes. * NEW: New 'user' and 'group' icons. [GB.FORM.STOCK] * NEW: New 'user' and 'group' icons. [GB.GUI.QT] * NEW: New QT4/QT5 switcher component. [GB.GUI.QT.WEBKIT] * NEW: New QT4/QT5 WebKit switcher component. [GB.QT4] * BUG: Remove a debugging message in Style.Name property. * BUG: Trigger pending focus and activate events before showing a modal dialog. [GB.QT5] * BUG: Remove a debugging message in Style.Name property. * BUG: Trigger pending focus and activate events before showing a modal dialog. git-svn-id: svn://localhost/gambas/trunk@7101 867c0c6c-44f3-4631-809d-bfa615b0a4ec
12 lines
286 B
Makefile
12 lines
286 B
Makefile
COMPONENT = gb.gui.qt
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.gui.qt.la
|
|
|
|
gb_gui_qt_la_LIBADD =
|
|
gb_gui_qt_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_gui_qt_la_CFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx @INCLTDL@ $(AM_CFLAGS)
|
|
|
|
gb_gui_qt_la_SOURCES = \
|
|
main.h main.c
|
|
|