removed unneeded Qt module from YACReaderLibraryServer.pro

This commit is contained in:
Luis Ángel San Martín 2016-05-20 23:05:22 +02:00
parent 1cee864583
commit e8ddfb8f45

View File

@ -81,7 +81,7 @@ CONFIG += c++11
#CONFIG += release
CONFIG -= flat
QT += sql network widgets script
QT += sql network widgets
!CONFIG(no_opengl) {
QT += opengl
}