Hello. I create Console application in QTCreator 1.0
In main.cpp file i insert code for manual create emputy windows form (winApi).
Compile is ok.
Linker send error:
undefined reference to `GetStockObject@4'
i need add "libgdi32.a" file as additional library for linker.
what me to do it?
thanks.
Bookmarks