Will be nice if you share exactly what the mistake was and what the fix is, so other having similar problems can be helped by it.
Will be nice if you share exactly what the mistake was and what the fix is, so other having similar problems can be helped by it.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
							
						
					
					
						
    
    
      
    
    
    
    
  When searching how to compile with static libs, I found one mailer who added
QMAKE_LFLAGS= -static
which I did, and which gave problems as described.
Another page on the web gave a more precise detailing of what to do, which
is essentially set
CONFIG += static
which does the trick perfectly (just look for Tutorial for cross compiling).
So, I compiled my sdr package on Fedora 17, using mingw64 cross compiler tools and
indeed the resulting software works on windows.
Still have to configure one or two packages for the whole functionality, but my program works.
Thankx for the interest
jan
Bookmarks