Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Short time format Pin
Richard MacCutchan6-Jan-14 2:20
mveRichard MacCutchan6-Jan-14 2:20 
GeneralRe: Short time format Pin
_Flaviu6-Jan-14 2:24
_Flaviu6-Jan-14 2:24 
AnswerRe: Short time format Pin
David Crow6-Jan-14 5:03
David Crow6-Jan-14 5:03 
GeneralRe: Short time format Pin
_Flaviu6-Jan-14 20:44
_Flaviu6-Jan-14 20:44 
AnswerRe: Short time format Pin
Peter Leow6-Jan-14 1:06
professionalPeter Leow6-Jan-14 1:06 
Question[build c++ by command line on windows OS][visual studio 2008] Pin
Thong LeTrung5-Jan-14 21:32
Thong LeTrung5-Jan-14 21:32 
AnswerRe: [build c++ by command line on windows OS][visual studio 2008] Pin
Richard MacCutchan5-Jan-14 22:22
mveRichard MacCutchan5-Jan-14 22:22 
QuestionHow to build QT application statically Pin
Utheen5-Jan-14 17:45
Utheen5-Jan-14 17:45 
Hi,

I am a beginner in QT. I need to take static build of my QT application. (I am working in windows platform.)

I have done the following steps for the same.

1. Edit the qmake.conf file in C:\QtSDK\Desktop\Qt\ mkspecs\win32-g++ With
QMAKE_LFLAGS = -static -static-libgcc -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc
2. Run command prompt
And change the path to C:\QT\QtSDK\Desktop\Qt\4.8.0\mingw
3. Run command configure -static –release.
4. Edit the project’s .pro file with
CONFIG += static
5. Restart QT.

But error occured in step3. The error was as follows .

unable to detect the platform from environment. Use -platform command lineargunt or set the QMAKESPEC environment variable and run configure again. See the README file for a list of supported operating systems and compilers.



I would like to know, how to set the QMAKESPEC environment variable and is there any other way to build qt application statically, to create independent executable files?

Thanks in advance,
Neethu.

modified 6-Jan-14 0:00am.

AnswerRe: How to build QT application statically Pin
Richard MacCutchan5-Jan-14 22:19
mveRichard MacCutchan5-Jan-14 22:19 
AnswerRe: How to build QT application statically Pin
Marco Bertschi6-Jan-14 0:12
protectorMarco Bertschi6-Jan-14 0:12 
GeneralRe: How to build QT application statically Pin
Utheen6-Jan-14 0:23
Utheen6-Jan-14 0:23 
GeneralRe: How to build QT application statically Pin
Marco Bertschi6-Jan-14 0:43
protectorMarco Bertschi6-Jan-14 0:43 
GeneralRe: How to build QT application statically Pin
Utheen6-Jan-14 0:52
Utheen6-Jan-14 0:52 
GeneralRe: How to build QT application statically Pin
Marco Bertschi6-Jan-14 1:00
protectorMarco Bertschi6-Jan-14 1:00 
GeneralRe: How to build QT application statically Pin
Utheen6-Jan-14 2:09
Utheen6-Jan-14 2:09 
GeneralRe: How to build QT application statically Pin
Gisle Vanem6-Jan-14 21:34
Gisle Vanem6-Jan-14 21:34 
GeneralRe: How to build QT application statically Pin
Utheen7-Jan-14 17:41
Utheen7-Jan-14 17:41 
GeneralRe: How to build QT application statically Pin
Gisle Vanem7-Jan-14 22:57
Gisle Vanem7-Jan-14 22:57 
Question[SOLVED}stack vs. heap objects: how to destruct only heap ones? Pin
liquid_4-Jan-14 6:12
liquid_4-Jan-14 6:12 
AnswerRe: stack vs. heap objects Pin
Richard Andrew x644-Jan-14 7:16
professionalRichard Andrew x644-Jan-14 7:16 
GeneralRe: stack vs. heap objects Pin
liquid_4-Jan-14 11:28
liquid_4-Jan-14 11:28 
GeneralRe: stack vs. heap objects Pin
Richard Andrew x644-Jan-14 13:34
professionalRichard Andrew x644-Jan-14 13:34 
Question[SOLVED] Toolbar style window Pin
Richard Andrew x643-Jan-14 3:09
professionalRichard Andrew x643-Jan-14 3:09 
QuestionDeleting Files Pin
BobInNJ2-Jan-14 8:25
BobInNJ2-Jan-14 8:25 
AnswerRe: Deleting Files Pin
Chris Losinger2-Jan-14 9:58
professionalChris Losinger2-Jan-14 9:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.