Results 1 to 1 of 1

Thread: What is: The build directory needs to be at the same level as the source directo?

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Thanks
    56
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default What is: The build directory needs to be at the same level as the source directo?

    And this is the pro file I have to build my project which is a plugin.

    Qt Code:
    1. CONFIG += designer plugin debug_and_release
    2. TARGET = $$qtLibraryTarget(apcpluginsplugin)
    3. TEMPLATE = lib
    4. LIBS += -L.
    5. ....
    6. DESTDIR = $(QTDIR)/plugins/designer
    7. target.path = $$[QT_INSTALL_PLUGINS]/designer
    8. INSTALLS += target
    To copy to clipboard, switch view to plain text mode 
    Any idea ? Thanks


    Please delete this post (the problem is a contamination of some file of build environment) Solved.
    Last edited by tonnot; 10th March 2011 at 14:10.

Similar Threads

  1. how to specify the build directory
    By kamlmish in forum Newbie
    Replies: 1
    Last Post: 27th January 2011, 06:34
  2. ld: warning: directory '/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/
    By Caius Aérobus in forum Installation and Deployment
    Replies: 2
    Last Post: 19th January 2011, 09:02
  3. Mac OSX - No documentation after source build
    By rickbsgu in forum Installation and Deployment
    Replies: 0
    Last Post: 31st August 2010, 16:53
  4. Problem in building outside source directory(loading qrc files fails)
    By Jayakrishnan in forum Installation and Deployment
    Replies: 3
    Last Post: 17th October 2009, 16:00
  5. How can i build a source viewer for debugger
    By blobgrinder in forum Qt Programming
    Replies: 3
    Last Post: 24th October 2006, 11:50

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.