X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=quassel.pro;h=0fe1b35a9fbc9daaf4f0ed11d7ab965a1566911a;hp=3c2b26460f10194114b20316d96d4d0766e3f430;hb=99fb0a0f1f66ae5117fa64cc204256e5b3a19499;hpb=d7052a3218b115ab68d24ea33e670ed26afd19ce diff --git a/quassel.pro b/quassel.pro index 3c2b2646..0fe1b35a 100644 --- a/quassel.pro +++ b/quassel.pro @@ -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= && make +# +# where 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