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
247 B
10 lines
247 B
15 years ago
|
AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
||
|
noinst_LTLIBRARIES = libkwidgetstreamer.la
|
||
|
|
||
|
INCLUDES= -I$(srcdir)/../KMultiFormListBox $(all_includes)
|
||
|
|
||
|
include_HEADERS = kwidgetstreamer.h
|
||
|
libkwidgetstreamer_la_SOURCES = kwidgetstreamer.cpp
|
||
|
|
||
|
METASOURCES = AUTO
|