Results 1 to 11 of 11

Thread: [qmake] Generate Makefile with include $(ORACLE_HOME)/precomp/env_precomp.mk

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    May 2009
    Location
    Rio de Janeiro/RJ/Brazil
    Posts
    20
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    5
    Thanked 3 Times in 2 Posts

    Default Re: [qmake] Generate Makefile with include $(ORACLE_HOME)/precomp/env_precomp.mk

    Ok, I deleted the Makefile copied from Makefile.unix and some .o files generated, so I have an original source folder of qmake.

    Changed current directory to ~/qt-x11-opensource-src-4.5.1/qmake/.

    ran qmake on qmake.pro, got errors:

    Qt Code:
    1. WARNING: Failure to find: qbitarray.cpp
    2. WARNING: Failure to find: qbuffer.cpp
    3. WARNING: Failure to find: qbytearray.cpp
    4. ...
    5. +30 messages like that and aborts
    To copy to clipboard, switch view to plain text mode 

    The qmake used is installed somewhere else and belongs to Qt version 4.5.0.

    The required files are under ~/qt-x11-opensource-src-4.5.1/src/corelib .

    How can I make my installed qmake see those files?
    Last edited by paulocarvalho_br_2009; 21st May 2009 at 15:07.

Similar Threads

  1. How to Compile VTKDesigner2 with Qt?
    By alfredoaal in forum Newbie
    Replies: 0
    Last Post: 5th September 2008, 06:34
  2. Replies: 3
    Last Post: 6th February 2008, 13:53
  3. Error: Using Multiple files
    By 3nc31 in forum Qt Programming
    Replies: 1
    Last Post: 22nd November 2007, 10:23
  4. Generate a correct makefile
    By SteM in forum Installation and Deployment
    Replies: 13
    Last Post: 22nd October 2007, 09:58
  5. use button from another Window
    By raphaelf in forum Qt Programming
    Replies: 11
    Last Post: 2nd March 2006, 21:31

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.