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.
25 lines
743 B
25 lines
743 B
|
|
lib_LTLIBRARIES = libkgantt.la
|
|
libkgantt_la_SOURCES = KGantt.cpp xQGanttBarViewPort.cpp \
|
|
xQGanttListViewPort.cpp \
|
|
KGanttItem.cpp KGanttRelation.cpp \
|
|
xQGanttBarViewPort_Events.cpp \
|
|
xQGanttBarView.cpp xQGanttListView.cpp KGanttBarConfig.cpp
|
|
|
|
libkgantt_la_LDFLAGS = -version-info 0:2:0 $(all_libraries) -no-undefined
|
|
libkgantt_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
|
|
|
|
# set the include path for X, qt and KDE
|
|
INCLUDES= $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
kganttincludedir = $(includedir)/kgantt
|
|
kganttinclude_HEADERS = KGantt.h \
|
|
KGanttItem.h KGanttRelation.h \
|
|
xQGanttBarView.h \
|
|
xQGanttBarViewPort.h xQGanttListView.h xQGanttListViewPort.h KGanttBarConfig.h
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kgantt.pot
|