equal
deleted
inserted
replaced
77 |
77 |
78 INCLUDEPATH += $$PWD |
78 INCLUDEPATH += $$PWD |
79 |
79 |
80 include(script.pri) |
80 include(script.pri) |
81 |
81 |
82 symbian:TARGET.UID3=0x2001B2E1 |
82 symbian { |
|
83 TARGET.UID3=0x2001B2E1 |
|
84 LIBS += -lhal |
|
85 } |
83 |
86 |
84 # :QTP:Fix header file clashes |
87 # :QTP:Fix header file clashes |
85 symbian: { |
88 symbian: { |
86 MMP_RULES += "USERINCLUDE ../3rdparty/javascriptcore/JavaScriptCore/profiler" |
89 MMP_RULES += "USERINCLUDE ../3rdparty/javascriptcore/JavaScriptCore/profiler" |
87 } |
90 } |