We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / build / quassel.pro
index a2de999..e52d3f1 100644 (file)
@@ -47,7 +47,11 @@ contains(BUILD, qtclient) {
   BUILD_TARGETS *= qtclient
 }
 
-# Now, we first build all needed modules...
+# First we build contrib stuff...
+
+SUBDIRS += contrib/libqxt.pro
+
+# Then we build all needed modules...
 for(mod, BUILD_MODS) {
   SUBDIRS += modules/$${mod}.pro
 }