Re: [Qt-creator] liker errors while building in qt creator

2010-12-20 Thread Hex Lee
you should list what content int your .pro setting

2010/12/20 

>  Hi All,
>
> I am getting below linker errors while building using Qt creator.
>
> ERROR: Unresolved symbol: _ZSt8get_coutv
> ERROR: Unresolved symbol: _ZSt8get_coutv
> ERROR: Unresolved symbol: _ZSt8get_coutv
> ERROR: Unresolved symbol: _ZSt8get_coutv
> ERROR: Unresolved symbol: _ZSt8get_coutv
> ERROR: Unresolved symbol: _ZSt8get_coutv
> ERROR: Unresolved symbol: _ZSt8get_coutv
> ERROR: Unresolved symbol: _ZNSt9bad_allocC1Ev
> ERROR: Unresolved symbol: _ZNSt9bad_allocC1ERKS_
> ERROR: Unresolved symbol: _ZNSt9bad_allocD1Ev
> ERROR: Unresolved symbol: _Z16backend_allocatej
> ERROR: Unresolved symbol: _ZNSt12__node_alloc11_M_allocateERj
> ERROR: Unresolved symbol: _ZNSt9bad_allocD1Ev
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _Z12backend_freePv
> ERROR: Unresolved symbol: _ZNSt12__node_alloc13_M_deallocateEPvj
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
> ERROR: Unresolved symbol: _ZTISt9bad_alloc
>
> Please let me know if I missed out any settings in .pro or do I need to add
> any macro.
>
> Thanks,
> Veeru.
>
>
> ___
> Qt-creator mailing list
> Qt-creator@qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-creator


Re: [Qt-creator] liker errors while building in qt creator

2010-12-20 Thread Hex Lee
Sorry to veeran,I've no ideal about what your .pro setting had missied.But I
think there maybe a lib about _ZTISt9bad_alloc like lost or should be
recompiled.

2010/12/20 

>  Hi ,
>
>
>
> Please find below .pro content.
>
>
>
> #DEFINES += DPRINTF
>
> DEFINES += __SYMBIAN32__
>
> DEFINES += DLOGFILE
>
> TEMPLATE = app
>
>
>
> VCLIBPATH = ..\VClibNew
>
> VENDOR = $$VCLIBPATH\vendor
>
>
>
> QT += core \
>
> gui
>
>
>
> system(subwcrev .. panoramarevision.templ.h panoramarevision.h)
>
>
>
> INCLUDEPATH += $$VENDOR\tnt
>
> INCLUDEPATH += $$VENDOR\libjpeg
>
> INCLUDEPATH += $$VENDOR\maxflow
>
>
>
> INCLUDEPATH += ../AppCommon
>
>
>
> HEADERS += ../AppCommon/LogFile.h \
>
> ../AppCommon/DirFileOp.h \
>
> ../AppCommon/openglscene.h \
>
> ../AppCommon/Panorama.h
>
>
>
> SOURCES += ../AppCommon/DirFileOp.cpp \
>
> ../AppCommon/main.cpp \
>
> ../AppCommon/Panorama.cpp \
>
> ../AppCommon/openglscene.cpp
>
>
>
> HEADERS += \
>
> ../AppCommon/Tracker.h \
>
> ../AppCommon/Utility.h \
>
> ../AppCommon/transparentPushButton.h \
>
> ../AppCommon/PanoramaEngine.h \
>
> ../AppCommon/minimap.h \
>
>
>
> SOURCES += \
>
> ../AppCommon/Tracker.cpp \
>
> ../AppCommon/Utility.cpp \
>
> ../AppCommon/transparentPushButton.cpp \
>
> ../AppCommon/PanoramaEngine.cpp \
>
> ../AppCommon/minimap.cpp
>
>
>
> SOURCES += ../VClibNew/src/util/progressreporter.cpp
>
>
>
> #for Panorama viewer
>
> INCLUDEPATH += ../PanoramaViewer/src
>
> HEADERS += ../PanoramaViewer/src/Icon.h \
>
>../PanoramaViewer/src/PanoWidget.h \
>
>../PanoramaViewer/src/ScrollArea.h \
>
>../PanoramaViewer/src/Viewer.h \
>
>../PanoramaViewer/src/ImageItem.h \
>
>../PanoramaViewer/src/UserDefaults.h \
>
>../PanoramaViewer/src/ExtendedSettings.h \
>
>../PanoramaViewer/src/KineticScrolling.h \
>
>../PanoramaViewer/src/MessageBox.h
>
>
>
> SOURCES += ../PanoramaViewer/src/Icon.cpp \
>
>../PanoramaViewer/src/PanoWidget.cpp \
>
>../PanoramaViewer/src/ScrollArea.cpp \
>
>../PanoramaViewer/src/Viewer.cpp \
>
>../PanoramaViewer/src/ImageItem.cpp \
>
>../PanoramaViewer/src/UserDefaults.cpp \
>
>../PanoramaViewer/src/ExtendedSettings.cpp \
>
>../PanoramaViewer/src/KineticScrolling.cpp \
>
>../PanoramaViewer/src/MessageBox.cpp
>
>
>
> #FORMS += Panorama.ui
>
>
>
> //RESOURCES +=
>
> symbian {
>
> ICON = pano.svg
>
>
>
> TARGET.UID3 = 0x20031E7B
>
> INCLUDEPATH += $$VENDOR\tnt
>
> INCLUDEPATH += $$VENDOR\libjpeg
>
> INCLUDEPATH += $$VENDOR\maxflow
>
> INCLUDEPATH += ..\ICL_Jpeg\export_hdr
>
> INCLUDEPATH += ..\ICL_Jpeg\inc
>
> INCLUDEPATH += \epoc32\include\stdapis\stlportv5\stl \ #//
> \epoc32\include\stdapis\stlportv5 \
>
> $$VCLIBPATH\inc \
>
> $$VCLIBPATH\inc\util\
>
> $$VCLIBPATH\inc\core \
>
> $$VCLIBPATH/src/label $$VCLIBPATH/src/blend
> $$VCLIBPATH/src/color $$VCLIBPATH/src/reg \
>
> ..\CaptureEngine\symbian\src \
>
> ..\ViewfinderAlignment\symbian\src \
>
>
>
> #LIBS += -L$$VCLIBPATH\lib
>
> LIBS += _L\epoc32\release\armv5\urel
>
> LIBS += -llibstdcpp \
>
> -lCaptureEngine \
>
> -lfbscli \
>
> -lecam \
>
> -lavkon \
>
> -lefsrv \
>
> -lcone \
>
> -leikcore \
>
> -lDigestTracker \
>
> -lhal \
>
> -lMediaClientAudio \
>
> -lbitmaptransforms \
>
> -lVClib \
>
> #-llibjpeg \
>
> -lws32 \
>
> -lExifLib \
>
> -lHWRMVibraClient \
>
> -lremconcoreapi \
>
> -lRemConInterfaceBase \
>
> -licljpeg \
>
> -llibGLESv2 \
>
> -llibEGL \
>
> -lusbman
>
>
>
> TARGET.CAPABILITY += LocalServices \
>
> NetworkServices \
>
> ReadUserData \
>
> UserEnvironment \
>
>         WriteUserData \
>
> Location \
>
> PowerMgmt \
>
> Pr

Re: [Qt-creator] Historic of the files

2011-02-24 Thread Hex Lee
you can use git to do history control

2011/2/25 Luis Miguel Betancourt 

> Hi Qt-creator people:
>
> Is there any way to know the historic of a file? and the differences with
> the actual file?
>
> Thanks and regards,
> Luis Miguel.
>
> ___
> Qt-creator mailing list
> Qt-creator@qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-creator


Re: [Qt-creator] QtCreator for plain C project

2011-03-09 Thread Hex Lee
vim +cplugin or eclipse for cpp

2011/3/9 Aekold Helbrass 

> Good day!
>
> I want to develop few projects without Qt in plain C. And of course
> QtCreator is the IDE I really like and want to use. Is it possible to
> make plain C project with QtCreator or I'll have to search for C IDE?
> ___
> Qt-creator mailing list
> Qt-creator@qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
___
Qt-creator mailing list
Qt-creator@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-creator