gambas-source-code/main/lib/image.effect/Makefile.am
Benoît Minisini 927a153b22 [DEVELOPMENT ENVIRONMENT]
* BUG: Always correctly round control coordinates in the form editor when 
  the form Scaled property is set.

[GB.FORM]
* BUG: Clicking inside the FontChooser style ListBox now always works 
  correctly.

[GB.GTK]
* BUG: Setting the Control.Tracking property should work correctly in all 
  cases now.
* BUG: Prevent a crash when creating an Image or a Picture with incorrect
  constructor arguments.

[GB.IMAGE.EFFECT]
* BUG: Use accurate compilation flags.

[GB.NET]
* BUG: Clear the CR / NL input conversion flags when initializing a serial 
  port.

[GB.QT4]
* BUG: Setting MovieBox Path property to NULL does not fail anymore.
* BUG: Do not try to reparent a window in its Show() method when it is 
  already visible.


git-svn-id: svn://localhost/gambas/trunk@2618 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-01-20 00:52:50 +00:00

29 lines
745 B
Makefile

COMPONENT = gb.image.effect
include $(top_srcdir)/component.am
noinst_LTLIBRARIES = libimageeffect.la
gblib_LTLIBRARIES = gb.image.effect.la
libimageeffect_la_LIBADD =
libimageeffect_la_LDFLAGS = -module @LD_FLAGS@
libimageeffect_la_CXXFLAGS = -I$(top_srcdir)/share $(AM_CXXFLAGS_OPT)
libimageeffect_la_SOURCES = \
kimageeffect.h kimageeffect.cpp \
effect.h effect.cpp
gb_image_effect_la_LIBADD = libimageeffect.la
gb_image_effect_la_LDFLAGS = -module @LD_FLAGS@
gb_image_effect_la_CXXFLAGS = -I$(top_srcdir)/share $(AM_CXXFLAGS)
gb_image_effect_la_SOURCES = \
main.cpp main.h qt.h \
kcpuinfo.h kcpuinfo.cpp \
qcolor.h qcolor.cpp \
qpoint.h qpoint.cpp \
qsize.h qsize.cpp \
qrect.h qrect.cpp \
qimage.h qimage.cpp \
CImage.h CImage.cpp