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.
tdebindings/qtsharp/src/libqtsharp/Makefile.am

13 lines
301 B

lib_LTLIBRARIES = libqtsharp.la
libqtsharp_la_SOURCES = customslot.cpp qtsharp.cpp
libqtsharp_la_LDFLAGS = $(QT_LDFLAGS) $(LIB_TQT) -no-undefined -version-info 0:0:0 $(all_libraries) ../../../qtc/clib/qtc/libqtc.la
KDE_OPTIONS = qtonly
INCLUDES= $(all_includes)
libqtsharp_la_METASOURCES = AUTO