fixed previous commit, script module was removed from the wrong .pro file

This commit is contained in:
Luis Ángel San Martín
2016-05-20 23:08:56 +02:00
parent e8ddfb8f45
commit 0d661fbf96
2 changed files with 2 additions and 2 deletions

View File

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