X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=build%2Fquassel.pro;h=a2de999f0cd72b37e036a61470e178f2e7154a07;hp=7ce23875c43d5470cb1e1d1693c47ed1e230d564;hb=a7b0b0bee42d05ce5af425ed1809e9288403914d;hpb=2eea4f7ac38f9c36a923d1ad3108aa1cd48f9749 diff --git a/build/quassel.pro b/build/quassel.pro index 7ce23875..a2de999f 100644 --- a/build/quassel.pro +++ b/build/quassel.pro @@ -15,7 +15,8 @@ # Set project-wide config options -CONFIG += qt debug warn_on + +#CONFIG = qt warn_on release TEMPLATE = subdirs @@ -25,7 +26,7 @@ isEmpty(BUILD) { } contains(BUILD, all) { - BUILD += qtgui core mono + BUILD += qtclient core mono } contains(BUILD, mono) { @@ -40,10 +41,10 @@ contains(BUILD, core) { BUILD_TARGETS *= core } -contains(BUILD, qtgui) { - include(targets/qtgui.pri) +contains(BUILD, qtclient) { + include(targets/qtclient.pri) BUILD_MODS *= $${MODULES} - BUILD_TARGETS *= qtgui + BUILD_TARGETS *= qtclient } # Now, we first build all needed modules...