summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.11/kdebindings/smokeqt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-4.11/kdebindings/smokeqt.nix')
-rw-r--r--pkgs/desktops/kde-4.11/kdebindings/smokeqt.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.11/kdebindings/smokeqt.nix b/pkgs/desktops/kde-4.11/kdebindings/smokeqt.nix
new file mode 100644
index 000000000000..72b267e43c5e
--- /dev/null
+++ b/pkgs/desktops/kde-4.11/kdebindings/smokeqt.nix
@@ -0,0 +1,15 @@
+{ kde, qt4, cmake, phonon, qimageblitz, smokegen }:
+
+kde {
+
+# TODO: Qwt5, QScintilla2
+
+  propagatedBuildInputs = [ qt4 phonon qimageblitz ];
+  nativeBuildInputs = [ cmake ];
+  propagatedNativeBuildInputs = [ smokegen ];
+
+  meta = {
+    description = "C++ parser used to generate language bindings for Qt/KDE";
+    license = "GPLv2";
+  };
+}