Moving quasselui.h from common/ to client/ where it belongs.
[quassel.git] / src / client / client.pri
index 930b8f7..3e694ea 100644 (file)
@@ -1,4 +1,4 @@
 DEPMOD = common contrib/qxt
 QT_MOD = core network gui   # gui is needed just for QColor... FIXME!
 SRCS += buffer.cpp buffertreemodel.cpp client.cpp clientsettings.cpp treemodel.cpp
-HDRS += buffer.h buffertreemodel.h client.h clientsettings.h treemodel.h
+HDRS += buffer.h buffertreemodel.h client.h clientsettings.h quasselui.h treemodel.h