X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=31a409f51b9b9b6588b2115bec32f76db6849850;hb=8ff7242c289343d53d1a0d7ca507096cb944cafb;hp=c92c4f157f70a9a3a7d6c57c2273a101f5feb8a7;hpb=52a7b4d0f289f075aa386445a47d876743bcb6d0;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()));