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.
19 lines
743 B
19 lines
743 B
SUBDIRS = data
|
|
|
|
noinst_LTLIBRARIES = libcsseditor.la
|
|
|
|
libcsseditor_la_SOURCES = fontfamilychoosers.ui cssselectors.ui csseditors.ui \
|
|
fontfamilychooser.cpp cssselector.cpp csseditor.cpp specialsb.cpp doubleeditors.cpp \
|
|
qmyhighlighter.cpp colorrequester.cpp propertysetter.cpp shorthandformer.cpp colorslider.cpp \
|
|
csseditor_globals.cpp tlpeditors.cpp styleeditor.cpp stylesheetparser.cpp cssshpropertyparser.cpp percentageeditor.cpp
|
|
|
|
libcsseditor_la_METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/quanta/src \
|
|
-I$(top_srcdir)/quanta/utility \
|
|
-I$(top_srcdir)/quanta/parsers \
|
|
-I$(top_srcdir)/quanta/project \
|
|
-I$(top_srcdir)/lib \
|
|
$(KMDI_INCLUDES) $(all_includes)
|
|
noinst_HEADERS = styleeditor.h
|