You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
709 B
29 lines
709 B
include $(top_srcdir)/kexi/Makefile.global
|
|
|
|
noinst_LTLIBRARIES = libkexiformutilswidgets.la
|
|
|
|
libkexiformutilswidgets_la_SOURCES = \
|
|
kexidbutils.cpp \
|
|
kexidbautofield.cpp \
|
|
kexidbform.cpp \
|
|
kexidbsubform.cpp \
|
|
kexidblabel.cpp \
|
|
kexidbimagebox.cpp \
|
|
kexipushbutton.cpp \
|
|
kexiframe.cpp \
|
|
kexidblineedit.cpp \
|
|
kexidbcheckbox.cpp \
|
|
kexidbtextedit.cpp \
|
|
kexidbcombobox.cpp
|
|
|
|
libkexiformutilswidgets_la_LDFLAGS = $(all_libraries) -Wnounresolved
|
|
libkexiformutilswidgets_la_LIBADD =
|
|
|
|
libkexiformutilswidgets_la_METASOURCES = AUTO
|
|
|
|
SUBDIRS = .
|
|
|
|
# set the include path for X, qt and KDE
|
|
INCLUDES= -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/plugins/forms -I$(top_srcdir)/kexi/core $(all_includes)
|
|
|