blob: 3b888e32b69c2fb551f356453684854b9775f7db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|