obsolete_crap--
[quassel.git] / quassel.pro
index 3c2b264..0fe1b35 100644 (file)
@@ -1,3 +1,17 @@
-SUBDIRS += build/quassel.pro
-TEMPLATE = subdirs 
-CONFIG += warn_on qt thread 
+# This project file can be used to set up a build environment for quassel.
+# To build the default configuration (i.e. qtgui, core and monolithic client),
+# simply run
+#
+# > qmake && make
+#
+# in this directory. In order to select the binaries to build, you may set
+# the BUILD variable as follows:
+#
+# > qmake BUILD=<mode> && make
+#
+# where <mode> is a quoted string that may contain any of 'qtgui', 'core', 'mono' or 'all'.
+#
+# NOTE: To change the build configuration, you have to run 'make distclean' first!
+
+TEMPLATE = subdirs
+SUBDIRS += build/quassel.pro