|
|
|
# This directory collects some classes related to
|
|
|
|
# project management for the sole purpose that they
|
|
|
|
# can be shared between parts.
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \
|
|
|
|
-I$(top_srcdir)/lib/widgets/propeditor $(all_includes)
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libkdevbuildtoolswidgets.la
|
|
|
|
libkdevbuildtoolswidgets_la_LDFLAGS = $(all_libraries)
|
|
|
|
libkdevbuildtoolswidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \
|
|
|
|
$(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
libkdevbuildtoolswidgets_la_SOURCES = addenvvardlg.cpp addfilesdialog.cpp \
|
|
|
|
environmentdisplaydialog.cpp environmentdisplaydialogbase.ui environmentvariableswidget.cpp \
|
|
|
|
environmentvariableswidgetbase.ui envvartools.cpp makeoptionswidget.cpp makeoptionswidgetbase.ui \
|
|
|
|
removesubprojectdialog.cpp removesubprojectdlgbase.ui runoptionswidget.cpp runoptionswidgetbase.ui \
|
|
|
|
subclassesdlg.cpp subclassesdlgbase.ui
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
tdevelopbuildtoolsincludedir = $(includedir)/tdevelop/buildtools/widgets
|
|
|
|
tdevelopbuildtoolsinclude_HEADERS = addenvvardlg.h addfilesdialog.h \
|
|
|
|
environmentvariableswidget.h environmentvariableswidgetbase.h envvartools.h makeoptionswidget.h \
|
|
|
|
makeoptionswidgetbase.h removesubprojectdialog.h removesubprojectdlgbase.h runoptionswidget.h \
|
|
|
|
runoptionswidgetbase.h subclassesdlg.h subclassesdlgbase.h
|
|
|
|
|
|
|
|
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui tdehtml tdemdi tdeio kjs tdeparts tdeutils kdevutil kdevinterfaces kdevutil
|
|
|
|
DOXYGEN_PROJECTNAME = KDevelop Buildtool Widgets Library
|
|
|
|
DOXYGEN_DOCDIRPREFIX = kdevbt
|
|
|
|
include ../../../Doxyfile.am
|
|
|
|
noinst_HEADERS = environmentdisplaydialog.h
|