Remove depreceated qt4-config from .pro/.pri files.

This commit is contained in:
Felix Kauselmann
2015-02-17 18:47:52 +01:00
parent 9af677cea5
commit 2a67152f7b
3 changed files with 8 additions and 41 deletions

View File

@ -17,14 +17,8 @@ CONFIG(no_opengl) {
QMAKE_CXXFLAGS += -std=c++11
}
isEqual(QT_MAJOR_VERSION, 5) {
Release:DESTDIR = ../release5
Debug:DESTDIR = ../debug5
} else {
Release:DESTDIR = ../release
Debug:DESTDIR = ../debug
}
Release:DESTDIR = ../release
Debug:DESTDIR = ../debug
SOURCES += main.cpp
include(YACReader.pri)