mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
Fixed new version message, now is less intrusive.
Fixed debug compilation
This commit is contained in:
@ -35,7 +35,7 @@ INCLUDEPATH += /usr/local/include/poppler/qt4
|
||||
LIBS += -L/usr/local/lib -lpoppler-qt4
|
||||
}
|
||||
|
||||
CONFIG += release
|
||||
#CONFIG += release
|
||||
CONFIG -= flat
|
||||
QT += sql network opengl script
|
||||
|
||||
@ -151,3 +151,5 @@ isEqual(QT_MAJOR_VERSION, 5) {
|
||||
Release:DESTDIR = ../release
|
||||
Debug:DESTDIR = ../debug
|
||||
}
|
||||
|
||||
#TODO: CONFIG += release on MacOSX and Linux (using qmake)
|
||||
|
Reference in New Issue
Block a user