summaryrefslogtreecommitdiffstats
path: root/src/declarative/imports/qimportbase.pri
blob: 5b0a4e26ec10e7021113d8c65a7fe2b3430291b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = lib
CONFIG += qt plugin

win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
TARGET = $$qtLibraryTarget($$TARGET)
contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols

include(../../qt_targets.pri)

wince*:LIBS += $$QMAKE_LIBS_GUI

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
    TARGET.CAPABILITY = All -Tcb
    load(armcc_warnings)
}