I don't use visual studio, I use MinGW. There are no .lib files (all i've found about those suggested they are proprietary VS libraries).
I read the instructions, I can compile and link samples via GCC, but I want to do it with QMake. I haven't found a satisfying tutorial for QMake, the only thing I've found was to put the dlls in the windows system folder, which i would like to avoid.
E:The strange thing is i can compile, the linker too finishes without an error. I am guessing the exe doesn't know where to find the dll's.
Show differencesHistory of post edits
#2Bluefirehawk
Posted 05 October 2012 - 07:06 AM
I don't use visual studio, I use MinGW. There are no .lib files (all i've found about those suggested they are proprietary VS libraries).
I read the instructions, I can compile and link samples via GCC, but I want to do it with QMake. I haven't found a satisfying tutorial for QMake, the only thing I've found was to put the dlls in the windows system folder, which i would like to avoid.
I read the instructions, I can compile and link samples via GCC, but I want to do it with QMake. I haven't found a satisfying tutorial for QMake, the only thing I've found was to put the dlls in the windows system folder, which i would like to avoid.
#1Bluefirehawk
Posted 05 October 2012 - 07:04 AM
I don't use visual studio, I use MinGW, I have no .lib file.
I read the instructions, I can compile and link samples via GCC, but I want to do it with QMake. I haven't found a satisfying tutorial for QMake, the only thing I've found was to put the dlls in the windows system folder, which i would like to avoid.
I read the instructions, I can compile and link samples via GCC, but I want to do it with QMake. I haven't found a satisfying tutorial for QMake, the only thing I've found was to put the dlls in the windows system folder, which i would like to avoid.