mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
fixed previous commit, script module was removed from the wrong .pro file
This commit is contained in:
parent
e8ddfb8f45
commit
0d661fbf96
@ -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
|
||||
}
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user