use the same app name for YACReaderLibraryServer, so it will use by default the same config as YACReaderLibrary

This commit is contained in:
Luis Ángel San Martín 2015-12-30 22:21:19 +01:00
parent 9be0617626
commit ea625eac29

View File

@ -108,7 +108,7 @@ int main( int argc, char ** argv )
{
QCoreApplication *app = new QCoreApplication(argc, argv);
app->setApplicationName("YACReaderLibraryServer");
app->setApplicationName("YACReaderLibrary");
app->setOrganizationName("YACReader");
app->setApplicationVersion(VERSION);