Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
put Dlls in .exe in Qt 5.5.1
-
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