You want to use Qt-creator or just want to build it. As you are starting with Qt and programming, better go for Installing Qt-SDK with binary installer.
You want to use Qt-creator or just want to build it. As you are starting with Qt and programming, better go for Installing Qt-SDK with binary installer.
Many Thanks for replay yogeshgokul,
i know that i can use the sdk package but i want to static build the package
so i will not need the dll files,i never compiled a qt project before so i want to compile a qt project on my own. please yogeshgokul if know how can this be done please tell me.i just want to learn.
i am getting following errors like..
release/main.o:main.cpp.text+0x24e): undefined reference to `_imp___ZN15Extens
ionSystem13PluginManager13formatOptionsER11QTextSt reamii'
release/main.o:main.cpp.text+0x270): undefined reference to `_imp___ZNK15Exten
sionSystem13PluginManager19formatPluginOptionsER11 QTextStreamii'
release/main.o:main.cpp.text+0x6f8): undefined reference to `_imp___ZN15Extens
ionSystem13PluginManagerC1Ev'
thanks in advance .
With regards.............
To build qt statically use these commands:
Qt Code:
cd C:\path\to\Qt configure -static <any other options you need>To copy to clipboard, switch view to plain text mode
Check this link.
no no you don't understand yogeshgokul,
i have already build the static lib of qt4 using mingw compiler, i just want to compile qt-creator on my own.
This is my 4th attempt. i tried to follow the install file in the package.
i executed the below command
c:\>qmake qtcreator.pro CONFIG+=static
c:\> mingw32-make
but i still getting the errors like
release/main.o:main.cpp.text+0x24e): undefined reference to `_imp___ZN15Extens
ionSystem13PluginManager13formatOptionsER11QTextSt reamii'
release/main.o:main.cpp.text+0x270): undefined reference to `_imp___ZNK15Exten
sionSystem13PluginManager19formatPluginOptionsER11 QTextStreamii'
release/main.o:main.cpp.text+0x6f8): undefined reference to `_imp___ZN15Extens
ionSystem13PluginManagerC1Ev'
release/main.o:main.cpp.text+0x72c): undefined reference to `_imp___ZN15Extens
ionSystem13PluginManager16setFileExtensionERK7QStr ing'
please anybody help me.....
With regards......
Bookmarks