Cannot find file: winmain.pro in Qt installation
Dear all,
Here I am trying to install Qt(Qt4.3.0)..
C:\Qt\4.3.0>qmake
C:\Qt\4.3.0>mingw32-make
cd \src\winmain\ && c:\Qt\4.3.0\bin\qmake.exe winmain.pro -win32 -o Makefile
Cannot find file: winmain.pro.
mingw32-make: *** [\src\winmain\\Makefile] Error 2
C:\Qt\4.3.0>mingw32-make
cd \src\winmain\ && c:\Qt\4.3.0\bin\qmake.exe winmain.pro -win32 -o Makefile
Cannot find file: winmain.pro.
mingw32-make: *** [\src\winmain\\Makefile] Error 2
C:\Qt\4.3.0>cd src
C:\QT\4.3.0\src>dir
Volume in drive C is OS
Volume Serial Number is 78D8-0111
Directory of C:\QT\4.3.0\src
06/11/2007 02:21 PM <DIR> .
06/11/2007 02:21 PM <DIR> ..
06/11/2007 02:21 PM <DIR> 3rdparty
06/11/2007 03:12 PM <DIR> corelib
06/11/2007 03:13 PM <DIR> gui
06/11/2007 03:13 PM <DIR> network
06/11/2007 03:13 PM <DIR> opengl
06/11/2007 03:13 PM <DIR> plugins
05/25/2007 06:40 PM 5,297 qbase.pri
06/11/2007 03:13 PM <DIR> qt3support
05/25/2007 06:40 PM 940 qt_install.pri
05/25/2007 06:40 PM 197 qt_targets.pri
06/11/2007 03:13 PM <DIR> script
06/11/2007 03:13 PM <DIR> sql
05/25/2007 06:40 PM 4,717 src.pro
06/11/2007 03:13 PM <DIR> svg
06/11/2007 02:20 PM <DIR> tools
06/11/2007 03:12 PM <DIR> winmain
06/11/2007 03:12 PM <DIR> xml
4 File(s) 11,151 bytes
15 Dir(s) 11,063,648,256 bytes free
C:\QT\4.3.0\src>qmake
C:\QT\4.3.0\src>mingw32-make
cd \src\winmain\ && c:\Qt\4.3.0\bin\qmake.exe winmain.pro -win32 -o ..\..\..\src
\winmain\Makefile
Cannot find file: winmain.pro.
mingw32-make: *** [..\..\..\src\winmain\\Makefile] Error 2
Can you tell me where I am doing wrong...
Thanks & Regards
Jivan
Re: Cannot find file: winmain.pro in Qt installation
Follow the instructions in file called INSTALL. Same instructions are also available online. You should start with running "configure" instead of "qmake".
Edit: Oh, and by the way, there are binary installer packages provided for Windows too. Check out qt-win-opensource-4.3.0-mingw.exe if you want to avoid all the hassle with building Qt yourself.
Re: Cannot find file: winmain.pro in Qt installation
Thank you for your reply..
Regards
Jeevan
QUOTE=jpn;40057]Follow the instructions in file called INSTALL. Same instructions are also available online. You should start with running "configure" instead of "qmake".
Edit: Oh, and by the way, there are binary installer packages provided for Windows too. Check out qt-win-opensource-4.3.0-mingw.exe if you want to avoid all the hassle with building Qt yourself.[/QUOTE]
Re: Cannot find file: winmain.pro in Qt installation
thnak you for reply
Jivan