|
Last change
on this file since 890 was 846, checked in by Dmitry A. Kuminov, 15 years ago |
|
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | symbian:include(../plugins/qpluginbase.pri)
|
|---|
| 2 | TEMPLATE = lib
|
|---|
| 3 | CONFIG += qt plugin
|
|---|
| 4 |
|
|---|
| 5 | win32|mac:!wince*:!win32-msvc:!macx-xcode:CONFIG += debug_and_release
|
|---|
| 6 |
|
|---|
| 7 | isEmpty(TARGETPATH) {
|
|---|
| 8 | error("qimportbase.pri: You must provide a TARGETPATH!")
|
|---|
| 9 | }
|
|---|
| 10 | isEmpty(TARGET) {
|
|---|
| 11 | error("qimportbase.pri: You must provide a TARGET!")
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | QMLDIRFILE = $${_PRO_FILE_PWD_}/qmldir
|
|---|
| 15 | copy2build.input = QMLDIRFILE
|
|---|
| 16 | copy2build.output = $$QT_BUILD_TREE/imports/$$TARGETPATH/qmldir
|
|---|
| 17 | !contains(TEMPLATE_PREFIX, vc):copy2build.variable_out = PRE_TARGETDEPS
|
|---|
| 18 | copy2build.commands = $$QMAKE_COPY ${QMAKE_FILE_IN} ${QMAKE_FILE_OUT}
|
|---|
| 19 | copy2build.name = COPY ${QMAKE_FILE_IN}
|
|---|
| 20 | copy2build.CONFIG += no_link
|
|---|
| 21 | # `clean' should leave the build in a runnable state, which means it shouldn't delete qmldir
|
|---|
| 22 | copy2build.CONFIG += no_clean
|
|---|
| 23 | QMAKE_EXTRA_COMPILERS += copy2build
|
|---|
| 24 |
|
|---|
| 25 | TARGET = $$qtLibraryTarget($$TARGET)
|
|---|
| 26 | contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
|
|---|
| 27 |
|
|---|
| 28 | include(../qt_targets.pri)
|
|---|
| 29 |
|
|---|
| 30 | wince*:LIBS += $$QMAKE_LIBS_GUI
|
|---|
| 31 |
|
|---|
| 32 | symbian: {
|
|---|
| 33 | TARGET.EPOCALLOWDLLDATA=1
|
|---|
| 34 | TARGET.CAPABILITY = All -Tcb
|
|---|
| 35 | load(armcc_warnings)
|
|---|
| 36 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.