No configure file
-
Hi, ive been having some trouble with my sqldrivers. (http://qt-project.org/forums/viewthread/34372/)
Ive been googling forums, and some poeple had a similar problem, and they fixed it by running configure with some special options. The thing is, that I dont have any configure file on my QT directory. This is a brand new version of QT ive just installed. I donwloaded it from here http://qt-project.org/downloads . Tried both theQt Online Installer for Linux 64-bit (22 MB)
Qt 5.1.1 for Linux 64-bit (415 MB)and none of them came with the configure file. What am i doing wrong?
The only configure file i found is a "configure.prf" located at Qt5.1.1/5.1.1/gcc_64/mkspecs/featuresCould any one help me please? I really need to get this sqlite working, and nobody has been able to help me, and i cant find anything on the internet. I really dont know what im doingn wrong
-
Hi,
To compile anything from Qt yourself, you first need to get the sources. Note that you don't have to rebuild all of Qt, just the plugins you need
-
I'm having a same problem on Qt 5.0.2.
There is no configure.bat for windows version.
I checked "Qt 5.2.0 for Windows 64-bit (VS 2012, 590 MB)", and "Qt 5.2.0 for Windows 32-bit (MinGW 4.8, OpenGL, 689 MB)". I need it to build my application with -static option. Does anyone know how to compile my application with the static linking? Doc doesn't help at all.(https://qt-project.org/doc/qt-5/windows-deployment.html) -
Hi,
Like I said to darkp03, you need to download the sources, or check the option in the installer
-
[quote author="SGaist" date="1390124210"]Hi,
Like I said to darkp03, you need to download the sources, or check the option in the installer[/quote]
Thanks. Now I understood what the sources means. I re-installed Qt 5 several times with the installer, but, I couldn't find any option for it. I'll try to install Qt 5 from the source. (It looks quite tough for me)
-
You don't need to build a full Qt only to get the Sql plugin. Just build the plugin