fixed crashes when invalid data is received by the signalProxy and added debug inform...
[quassel.git] / build / targets / core.pri
index 502a7d6..2521b7d 100644 (file)
@@ -1,4 +1,9 @@
 # Modules for quasselcore
-MODULES = core common contrib/qxt
+
+TARGET  = quasselcore
+MODULES = core common
+DEFINES = BUILD_CORE
+
 QT -= gui
-QT += network sql
+QT += network sql script
+