First check-in of the Qtopia build system. See qtopia-build/README.
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 31 Aug 2007 14:02:55 +0000 (14:02 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 31 Aug 2007 14:02:55 +0000 (14:02 +0000)
commitde9a7ec6b70c796182e0a7992aa380a58b954b94
tree49ee9f6723205c8460560d9014469e0175f7f0ad
parent48151f63e7f953bf07828be39ba314095c472c74
First check-in of the Qtopia build system. See qtopia-build/README.

Yes, this compiles and links an example application (that includes all quassel parts
intended for Qtopia). Nope, it does not display more than a button, since the main() is
still the one from the Qtopia example app.
And yes, this has hardly been tested and will probably be redesigned at some point. But it's still
a proof of concept :)
17 files changed:
qtopia-build/README [new file with mode: 0644]
qtopia-build/qtopia.pro [new file with mode: 0644]
src/client/client.cpp
src/client/client.pro [new file with mode: 0644]
src/common/common.pro [new file with mode: 0644]
src/common/ircuser.cpp
src/common/message.h
src/contrib/qxt/qxt.pro [new file with mode: 0644]
src/contrib/qxt/qxtboundfunction.h
src/core/core.cpp
src/qtgui/mainwin.cpp
src/qtopia/example.cpp [new file with mode: 0644]
src/qtopia/example.desktop [new file with mode: 0644]
src/qtopia/example.h [new file with mode: 0644]
src/qtopia/examplebase.ui [new file with mode: 0644]
src/qtopia/main.cpp [new file with mode: 0644]
src/qtopia/qtopia.pro [new file with mode: 0644]