Results 1 to 11 of 11

Thread: basic problem of config qmake

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2006
    Posts
    103
    Thanks
    31
    Qt products
    Qt4
    Platforms
    Windows

    Question basic problem of config qmake

    i have installed evaluation version of qt 4.2.2(i think its the commercial version) and i have installed nmake 1.5 for windows..
    now i made a folder n kept the basic "hello world" program's cpp file in the folder.
    now on command prompt when getting into the folder, i m given yhe follwing commands then i m getting the following error w/c i m unable to fix.. can any1 plz help me..
    i think the problem is in the "makefile" or "qmakespec"

    C:\try1>qmake -project

    C:\try1>qmake

    C:\try1>nmake

    Microsoft (R) Program Maintenance Utility Version 1.50
    Copyright (c) Microsoft Corp 1988-94. All rights reserved.

    NMAKE -f Makefile.Release

    Microsoft (R) Program Maintenance Utility Version 1.50
    Copyright (c) Microsoft Corp 1988-94. All rights reserved.

    Makefile.Release(58) : fatal error U1088: invalid separator '::' on inference ru
    le
    Stop.
    NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
    Stop.


    when i m making all the "::" to ":" in the makefile.debug and using the .pro file as given below then i m able to execute..
    but if the same changes are done in makefile.release and .pro file is made by qmake -project cmd then again the same error..

    earlier i was able to execute.. but when i installed on a new system ,fm then i m not able..
    can any1 help to configure me the qmake makefile option...

    my .pro file is

    TEMPLATE = app
    SOURCES += t1.cpp
    CONFIG += qt debug windows
    Last edited by Shuchi Agrawal; 9th January 2007 at 05:49.

Similar Threads

  1. Problem when using qmake for .vcproj file generation
    By Conel in forum Qt Programming
    Replies: 3
    Last Post: 4th December 2006, 14:27
  2. basic qt opengl problem
    By kingslee in forum Qt Programming
    Replies: 4
    Last Post: 12th November 2006, 15:26
  3. Basic: problem building designer application
    By kingslee in forum Qt Tools
    Replies: 2
    Last Post: 31st August 2006, 15:26
  4. QMake Problem
    By KyrinComa in forum Newbie
    Replies: 3
    Last Post: 17th May 2006, 12:36
  5. linking user space and kernel space programs with qmake
    By zielchri in forum Qt Programming
    Replies: 9
    Last Post: 8th March 2006, 23:11

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.