X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=qtopia-build%2Fquasseltopia.pro;h=ea55e71a2bffa4bd071c2392b74e4b70858346e9;hp=3110cc76aa0c29b2a6354e2b5ebd803f1e5578c4;hb=0b25f3d02a72ebe2953441f36fd6595bb9fb4e22;hpb=52380175425bdab29f825c9cd17a0e4c1952c2db diff --git a/qtopia-build/quasseltopia.pro b/qtopia-build/quasseltopia.pro index 3110cc76..ea55e71a 100644 --- a/qtopia-build/quasseltopia.pro +++ b/qtopia-build/quasseltopia.pro @@ -1,18 +1,24 @@ qtopia_project(qtopia app) -TARGET=quasseltopia -CONFIG+=debug qtopia_main no_quicklaunch no_singleexec no_sxe_test -QT = core gui network +# 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 # Find files -INCLUDEPATH+=../src/qtopia ../src/client ../src/common ../src/contrib/qxt +INCLUDEPATH += ../src/qtopia ../src/uisupport ../src/client ../src/common +#DESTDIR = . +#OBJECTS_DIR = .obj +#MOC_DIR = .moc +#UIC_DIR = .ui # Include .pri from src dirs -include(../src/contrib/qxt/qxt.pri) include(../src/common/common.pri) include(../src/qtopia/qtopia.pri) include(../src/client/client.pri) +include(../src/uisupport/uisupport.pri) # Fix variable names SOURCES = $$SRCS @@ -20,27 +26,28 @@ HEADERS = $$HDRS FORMS = $$FRMS # SXE permissions required -#pkg.domain=none +#pkg.domain= #pkg.name=Quassel IRC desktop.files=../src/qtopia/quasseltopia.desktop desktop.path=/apps/Applications -desktop.trtarget=example-nct -desktop.hint=nct desktop +#desktop.trtarget=example-nct +desktop.hint=desktop -#pics.files=pics/* -#pics.path=/pics/example -#pics.hint=pics +pics.files=../src/images/qirc-icon.png +pics.path=/pics/quasselirc +pics.hint=pics #help.source=help #help.files=example.html #help.hint=help -INSTALLS+=desktop +INSTALLS+=desktop pics pkg.name=QuasselTopia -pkg.desc=Quassel IRC, a next-gen IRC client -pkg.version=0.0.1-1 +pkg.desc=Quassel IRC, a modern, distributed IRC client +pkg.version=0.1.0-pre pkg.maintainer=www.quassel-irc.org pkg.license=GPL -pkg.domain=window +pkg.domain=window,net +