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.
35 lines
1.2 KiB
35 lines
1.2 KiB
15 years ago
|
include $(top_srcdir)/kexi/Makefile.global
|
||
|
|
||
|
kexipics_DATA = cp-wiz.png imagebox.png
|
||
|
|
||
|
kexipicsdir = $(kde_datadir)/kexi/pics
|
||
|
|
||
|
|
||
|
icon_ICON = button test_it database database_import widgets form_edit \
|
||
|
lineedit autofield business_user urlrequest tabwidget frame \
|
||
|
relation state_data state_edit state_sql state_text state_view \
|
||
|
table table_newobj \
|
||
|
query query_newobj \
|
||
|
form form_newobj \
|
||
|
script script_newobj \
|
||
|
report report_newobj \
|
||
|
macro macro_newobj \
|
||
|
label calculation calculations key navigator_prev navigator_next navigator_first navigator_last \
|
||
|
navigator_new check combo groupbox line line_vertical line_horizontal listbox listview progress \
|
||
|
radio slider spin mouse_pointer widgetstack dateedit datetimeedit timeedit textedit \
|
||
|
pixmaplabel select_item spring spring_vertical signalslot \
|
||
|
grid aoleft aoright aotop aobottom \
|
||
|
aowidest aotallest aoshortest aonarrowest aogrid aofit aopos2grid \
|
||
|
new_sign raise lower alignobjs \
|
||
|
sort_az sort_za autonumber \
|
||
|
form_action \
|
||
|
clear_table_contents delete_table_row insert_table_row \
|
||
|
add_field multiple_obj
|
||
|
|
||
|
icondir = $(kde_datadir)/kexi/icons
|
||
|
|
||
|
EXTRA_DIST = $(icon_ICON)
|
||
|
|
||
|
|
||
|
KDE_ICON = kexi kexiproject_sqlite kexiproject_sqlite2 kexiproject_shortcut
|