From 0d661fbf966d7c8e5bbda25d8b03d07fb60c9872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Fri, 20 May 2016 23:08:56 +0200 Subject: [PATCH] fixed previous commit, script module was removed from the wrong .pro file --- YACReaderLibrary/YACReaderLibrary.pro | 2 +- YACReaderLibraryServer/YACReaderLibraryServer.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index 6f2efe01..53db0a03 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -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 } diff --git a/YACReaderLibraryServer/YACReaderLibraryServer.pro b/YACReaderLibraryServer/YACReaderLibraryServer.pro index 4f3a6af6..f05621dc 100644 --- a/YACReaderLibraryServer/YACReaderLibraryServer.pro +++ b/YACReaderLibraryServer/YACReaderLibraryServer.pro @@ -46,7 +46,7 @@ CONFIG += c++11 #CONFIG += release CONFIG -= flat -QT += core sql network script +QT += core sql network # Input HEADERS += ../YACReaderLibrary/library_creator.h \