PDA

View Full Version : is there no "configure" file in qt sdk 1.1.2?



hersheyzombie
25th July 2011, 04:17
I am trying to configure Qt statically in Windows 7. I got the Qt SDK installer version 1.1.2

I have done the static configuration before, but what has me at a loss currently is that there is no "configure" executable anywhere in the installation.

In the QtSDK folder, there is an SDKMaintenceTool.exe, which is the only executable there.

The most likely place, based on what I can gather from the hierarchy here, is QtSDK/Desktop/Qt/4.7.3/mingw
This folder has a configure.cache file, but still no configure executable.

Is the SDK download not capable of being reconfigured, or am I missing something obvious?

Pyrrha
14th August 2011, 05:39
I figured out how to do this, though not with QtSDK 1.1.2. See here (http://www.qtcentre.org/threads/43854-How-to-create-finished-executable?p=200101#post200101) for how I did it.