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.
10 lines
388 B
10 lines
388 B
noinst_LTLIBRARIES = libframewizard.la
|
|
AM_CPPFLAGS = -I$(top_srcdir)/lib \
|
|
-I$(top_srcdir)/quanta/project \
|
|
-I$(top_srcdir)/quanta/utility \
|
|
$(all_includes)
|
|
|
|
libframewizard_la_SOURCES = fmfpeditors.ui fmrceditors.ui framewizards.ui fwglobal.cpp areaattributedb.cpp selectablearea.cpp treenode.cpp visualframeeditor.cpp fmfpeditor.cpp fmrceditor.cpp framewizard.cpp
|
|
METASOURCES = AUTO
|
|
|