|
Last change
on this file since 944 was 846, checked in by Dmitry A. Kuminov, 15 years ago |
|
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
-
Property svn:eol-style
set to
native
|
|
File size:
579 bytes
|
| Line | |
|---|
| 1 | include(../s60pluginbase.pri)
|
|---|
| 2 |
|
|---|
| 3 | TARGET = qts60plugin_5_0$${QT_LIBINFIX}
|
|---|
| 4 |
|
|---|
| 5 | contains(S60_VERSION, 3.1) {
|
|---|
| 6 | SOURCES += ../src/qlocale_3_1.cpp \
|
|---|
| 7 | ../src/qdesktopservices_3_1.cpp \
|
|---|
| 8 | ../src/qcoreapplication_3_1.cpp
|
|---|
| 9 | } else {
|
|---|
| 10 | SOURCES += ../src/qlocale_3_2.cpp \
|
|---|
| 11 | ../src/qdesktopservices_3_2.cpp \
|
|---|
| 12 | ../src/qcoreapplication_3_2.cpp
|
|---|
| 13 | contains(CONFIG, is_using_gnupoc) {
|
|---|
| 14 | LIBS += -ldirectorylocalizer
|
|---|
| 15 | } else {
|
|---|
| 16 | LIBS += -lDirectoryLocalizer
|
|---|
| 17 | }
|
|---|
| 18 | LIBS += -lefsrv
|
|---|
| 19 | INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|---|
| 20 | }
|
|---|
| 21 |
|
|---|
| 22 | TARGET.UID3=0x2001E622
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.