X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=31a409f51b9b9b6588b2115bec32f76db6849850;hb=0b25f3d02a72ebe2953441f36fd6595bb9fb4e22;hp=c92c4f157f70a9a3a7d6c57c2273a101f5feb8a7;hpb=af06e37ab62a2934c3c56acc04613818a4a4ed2d;p=quassel.git diff --git a/src/core/core.cpp b/src/core/core.cpp index c92c4f15..31a409f5 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -55,6 +55,9 @@ Core::Core() : storage(0) { if(!_storageBackends.count()) { qWarning() << qPrintable(tr("Could not initialize any storage backend! Exiting...")); + qWarning() << qPrintable(tr("Currently, Quassel only supports SQLite3. You need to build your\n" + "Qt library with the sqlite plugin enabled in order for quasselcore\n" + "to work.")); exit(1); // TODO make this less brutal (especially for mono client -> popup) } connect(&_storageSyncTimer, SIGNAL(timeout()), this, SLOT(syncStorage()));