X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=qtopia-build%2Fquasseltopia.pro;h=ffd72a17a6845d43b6f805952c1af887ba862f0d;hp=bb4a36f871113c5f98203e151195103aebba1c2b;hb=f3e117c216aaaf7c684326270e96876a608862ef;hpb=ac70c47569dc99592c5ec3fe92a5f087cd1f7bcb diff --git a/qtopia-build/quasseltopia.pro b/qtopia-build/quasseltopia.pro index bb4a36f8..ffd72a17 100644 --- a/qtopia-build/quasseltopia.pro +++ b/qtopia-build/quasseltopia.pro @@ -1,18 +1,53 @@ qtopia_project(qtopia app) -TARGET=quasseltopia -CONFIG+=qtopia_main no_quicklaunch +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/common/common.pri) +include(../src/qtopia/qtopia.pri) +include(../src/client/client.pri) +include(../src/uisupport/uisupport.pri) -# Include .pro from src dirs -include(../src/contrib/qxt/qxt.pro) -include(../src/common/common.pro) -include(../src/qtopia/qtopia.pro) -include(../src/client/client.pro) +# Fix variable names +SOURCES = $$SRCS +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=desktop + +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 pics + +pkg.name=QuasselTopia +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,net