Fixed new version message, now is less intrusive.

Fixed debug compilation
This commit is contained in:
Luis Ángel San Martín
2013-10-14 22:35:50 +02:00
parent 0d63bce2b5
commit 4e3b46a6ba
7 changed files with 86 additions and 50 deletions

View File

@ -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)