summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/libqtsharp/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-28 16:28:53 +0900
committerMichele Calgaro <[email protected]>2018-09-28 16:28:53 +0900
commitc6c3d201fa409c3cd8668efd7ca03ba96821a704 (patch)
tree90dc2a07cbfdc2c2bbf962e3028b38f41df696ff /qtsharp/src/libqtsharp/Makefile.am
parent78ffbcd1256b9325cbe65d5ed0ed6ed912b3f215 (diff)
downloadtdebindings-c6c3d201fa409c3cd8668efd7ca03ba96821a704.tar.gz
tdebindings-c6c3d201fa409c3cd8668efd7ca03ba96821a704.zip
Fixed FTBFS caused by libqtsharp -> libtqtsharp renaming
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'qtsharp/src/libqtsharp/Makefile.am')
-rw-r--r--qtsharp/src/libqtsharp/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/qtsharp/src/libqtsharp/Makefile.am b/qtsharp/src/libqtsharp/Makefile.am
deleted file mode 100644
index 382849ef..00000000
--- a/qtsharp/src/libqtsharp/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-
-lib_LTLIBRARIES = libtqtsharp.la
-libtqtsharp_la_SOURCES = customslot.cpp qtsharp.cpp
-
-libtqtsharp_la_LDFLAGS = $(QT_LDFLAGS) $(LIB_TQT) -no-undefined -version-info 0:0:0 $(all_libraries) ../../../qtc/clib/qtc/libtqtc.la
-
-KDE_OPTIONS = qtonly
-
-INCLUDES= $(all_includes)
-
-libtqtsharp_la_METASOURCES = AUTO
-