From: Manuel Nickschas Date: Thu, 21 Feb 2008 17:54:14 +0000 (+0000) Subject: Make clear that QuasselTopia does not compile at the moment. X-Git-Tag: 0.2.0-alpha1~9 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=c6e866f973fdf13b512e44cb193819230d160d49 Make clear that QuasselTopia does not compile at the moment. --- diff --git a/README.Qtopia b/README.Qtopia index 3622b1a7..e963d211 100644 --- a/README.Qtopia +++ b/README.Qtopia @@ -1,6 +1,8 @@ Quassel IRC for Qtopia - Release Notes ====================================== +NOTE: QuasselTopia does currently NOT build! + We provide a Quassel IRC client that can be run on mobile devices running Trolltech's Qtopia. The name of this client version has not yet been determined; we like QuasselTopia, Quassel IRC Mobile Edition or maybe diff --git a/qtopia-build/quasseltopia.pro b/qtopia-build/quasseltopia.pro index 84890e92..ffd72a17 100644 --- a/qtopia-build/quasseltopia.pro +++ b/qtopia-build/quasseltopia.pro @@ -1,5 +1,7 @@ qtopia_project(qtopia app) +error(QuasselTopia cannot be build at the moment. Its codebase is out of sync with the rest of Quassel. Please bear with us until we have fixed that!) + TARGET = quasseltopia CONFIG += release qtopia_main no_quicklaunch no_singleexec QT += core gui network