Introduce QML to Quassel
[quassel.git] / qml / CMakeLists.txt
diff --git a/qml/CMakeLists.txt b/qml/CMakeLists.txt
new file mode 100644 (file)
index 0000000..08a90fe
--- /dev/null
@@ -0,0 +1,3 @@
+if(HAVE_QML)
+  set(CLIENT_RCS ${CLIENT_RCS} ../qml/qml.qrc PARENT_SCOPE)
+endif(HAVE_QML)