Fixed YACReader compilation under Qt5 (YACReader-YACReaderLibrary communication is broken at runtime)

This commit is contained in:
Luis Ángel San Martín
2013-10-09 18:44:46 +02:00
parent d5a35de96c
commit b1d3bbb584
11 changed files with 83 additions and 35 deletions

View File

@ -2,10 +2,21 @@
# Automatically generated by qmake (2.01a) mi<EFBFBD> 8. oct 20:54:05 2008
# #####################################################################
TEMPLATE = app
TARGET =
TARGET = YACReader
DEPENDPATH += . \
release
DEFINES += NOMINMAX
isEqual(QT_MAJOR_VERSION, 5) {
Release:DESTDIR = ../release5
Debug:DESTDIR = ../debug5
} else {
Release:DESTDIR = ../release
Debug:DESTDIR = ../debug
}
SOURCES += main.cpp
include(YACReader.pri)
@ -21,7 +32,4 @@ TRANSLATIONS = yacreader_es.ts \
yacreader_pt.ts \
yacreader_nl.ts \
yacreader_source.ts
FORMS +=
Release:DESTDIR = ../release
Debug:DESTDIR = ../debug