source: trunk/src/plugins/s60/3_2/3_2.pro@ 944

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 
1include(../s60pluginbase.pri)
2
3TARGET = qts60plugin_3_2$${QT_LIBINFIX}
4
5contains(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
22TARGET.UID3=0x2001E621
Note: See TracBrowser for help on using the repository browser.