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
344 B
10 lines
344 B
INCLUDES = -I$(srcdir)/../../libktorrent -I$(srcdir)/../.. $(all_includes)
|
|
METASOURCES = AUTO
|
|
bin_PROGRAMS = ktupnptest
|
|
|
|
ktupnptest_SOURCES = main.cpp upnptestapp.cpp mainwidget.ui
|
|
ktupnptest_LDADD = ../../plugins/upnp/libktupnp.la \
|
|
../../libktorrent/libktorrent.la
|
|
noinst_HEADERS = upnptestapp.h
|
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
|