in .pro i linked the include path that contains etel3rdparty.h
Qt Code:
symbian: INCLUDEPATH += C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\includeTo copy to clipboard, switch view to plain text mode
in .pro i linked the include path that contains etel3rdparty.h
Qt Code:
symbian: INCLUDEPATH += C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\includeTo copy to clipboard, switch view to plain text mode
Apparently the file can't be found. It's likely you should be using / instead of \. Also add this to your .pro file and observe qmake output:
qmake Code:
symbian:message($$INCLUDEPATH)To copy to clipboard, switch view to plain text mode
cannot solve...
Bookmarks