]> Git trees. - libqmvoc.git/commitdiff
forgot to add CMakeLists.txt
authorAlexander Rieder <alexanderrieder@gmail.com>
Sun, 29 Aug 2010 23:54:43 +0000 (23:54 +0000)
committerAlexander Rieder <alexanderrieder@gmail.com>
Sun, 29 Aug 2010 23:54:43 +0000 (23:54 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1169731

qtmmlwidget/CMakeLists.txt [new file with mode: 0644]

diff --git a/qtmmlwidget/CMakeLists.txt b/qtmmlwidget/CMakeLists.txt
new file mode 100644 (file)
index 0000000..9c7a161
--- /dev/null
@@ -0,0 +1,9 @@
+set(qtmmlwidget_LIB_SRCS
+    qtmmlwidget.cpp
+)
+
+kde4_add_library(qtmmlwidget STATIC ${qtmmlwidget_LIB_SRCS})
+
+target_link_libraries(qtmmlwidget  ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTXML_LIBRARY})
+
+#install(TARGETS qtmmlwidget ${INSTALL_TARGETS_DEFAULT_ARGS})