put Dlls in .exe in Qt 5.5.1
Unsolved
General and Desktop
-
I'm trying to put dlls into .exe but the prblem is that when I open the command prompt I can't find configure command .I'm working with QT 5.5.1
-
hi
On windows mine is at
"C:\Qt\Qt5.5.0\5.6\Src\qtbase\configure.exe" -
@alaya said:
I'm trying to put dlls into .exe
You can't put
dll
s into anexe
, it's simply not possible. -
@kshegunov
I think he means static linking so
trying to rebuild Qt as static :) -
@mrjj said:
I think he means static linking so
trying to rebuild Qt as staticAh, ok. That is possible. :)
-
@mrjj said:
On windows mine is at
"C:\Qt\Qt5.5.0\5.6\Src\qtbase\configure.exe"Don't call
<qt>\qtbase\configure.exe
. Instead, call<qt>\configure.bat
6/6