38 symbian: { |
38 symbian: { |
39 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
39 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
40 TARGET.UID3 = 0x20000A0D |
40 TARGET.UID3 = 0x20000A0D |
41 TARGET.CAPABILITY = ALL -TCB |
41 TARGET.CAPABILITY = ALL -TCB |
42 TARGET.EPOCALLOWDLLDATA = 1 |
42 TARGET.EPOCALLOWDLLDATA = 1 |
|
43 MMP_RULES += SMPSAFE |
43 } |
44 } |
44 |
45 |
45 LIBS += -lglxcommandhandlerbase.dll \ |
46 LIBS += -lglxcommandhandlerbase.dll \ |
46 -lmpxcollectionutility.dll \ |
47 -lmpxcollectionutility.dll \ |
47 -lmpxcommon.dll \ |
48 -lmpxcommon.dll \ |
64 HEADERS += inc/glxcommandhandlersend.h |
69 HEADERS += inc/glxcommandhandlersend.h |
65 HEADERS += inc/glxcommandhandlerremovefrom.h |
70 HEADERS += inc/glxcommandhandlerremovefrom.h |
66 HEADERS += inc/glxcommandhandlerrename.h |
71 HEADERS += inc/glxcommandhandlerrename.h |
67 HEADERS += inc/glxcommondialogs.h |
72 HEADERS += inc/glxcommondialogs.h |
68 HEADERS += inc/glxcommandhandlercomment.h |
73 HEADERS += inc/glxcommandhandlercomment.h |
69 |
74 HEADERS += inc/glxcommandhandlercropimage.h |
|
75 HEADERS += inc/glxcommandhandlerrotateimage.h |
70 |
76 |
71 SOURCES += src/glxcommandhandlerdelete.cpp |
77 SOURCES += src/glxcommandhandlerdelete.cpp |
72 SOURCES += src/glxcommandhandleraddtocontainer.cpp |
78 SOURCES += src/glxcommandhandleraddtocontainer.cpp |
73 SOURCES += src/glxcommandhandlernewmedia.cpp |
79 SOURCES += src/glxcommandhandlernewmedia.cpp |
74 SOURCES += src/glxcommandhandlerrotate.cpp |
80 SOURCES += src/glxcommandhandlerrotate.cpp |
75 SOURCES += src/glxcommandhandlersend.cpp |
81 SOURCES += src/glxcommandhandlersend.cpp |
76 SOURCES += src/glxcommandhandlerremovefrom.cpp |
82 SOURCES += src/glxcommandhandlerremovefrom.cpp |
77 SOURCES += src/glxcommandhandlerrename.cpp |
83 SOURCES += src/glxcommandhandlerrename.cpp |
78 SOURCES += src/glxcommondialogs.cpp |
84 SOURCES += src/glxcommondialogs.cpp |
79 SOURCES += src/glxcommandhandlercomment.cpp |
85 SOURCES += src/glxcommandhandlercomment.cpp |
|
86 SOURCES += src/glxcommandhandlercropimage.cpp |
|
87 SOURCES += src/glxcommandhandlerrotateimage.cpp |
80 |
88 |
81 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT |
89 DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT |
82 |
90 |
83 defBlock = \ |
91 defBlock = \ |
84 "$${LITERAL_HASH}if defined(EABI)" \ |
92 "$${LITERAL_HASH}if defined(EABI)" \ |