TEMPLATE = lib isEmpty(QT_MAJOR_VERSION) { VERSION=4.3.0 } else { VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VERSION} } CONFIG += qt plugin win32|mac:!win32-msvc:!macx-xcode:CONFIG += debug_and_release TARGET = $$qtLibraryTarget($$TARGET) contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols include(../qt_targets.pri)