Results 1 to 2 of 2

Thread: QtCreator and paths in projects view

  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question QtCreator and paths in projects view

    Hello all. I've just installed QtCreator 1.2.1 under Ubuntu. And i have a problem.

    So I have a small project with files:
    • main.cpp
    • lib/dosmth.h
    • lib/dosmth.cpp


    But project tree:



    How i can watch relative paths in Project tree (to see lib folder)?

    But then I switch to Filesystem view i can see lib folder:




  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: QtCreator and paths in projects view

    This is not supported by QtCreator. All files in a project file will be merged into one hierarchy. Sources that get added to the project with a project include file (.pri) are shown in a subdir.

    But do not care too much about it: Switch files not using the tree view but using Ctrl+K <filename>. This much faster when you have a lot of files.
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. QTreeview projects view
    By bunjee in forum Qt Programming
    Replies: 2
    Last Post: 28th January 2009, 01:02
  2. include paths
    By altec in forum Installation and Deployment
    Replies: 0
    Last Post: 8th August 2008, 11:59
  3. Problems with paths
    By zorro68 in forum Installation and Deployment
    Replies: 1
    Last Post: 13th July 2008, 11:20
  4. qmake and visual studio paths
    By SiLiZiUMM in forum Installation and Deployment
    Replies: 1
    Last Post: 12th March 2008, 07:18
  5. How to set paths?
    By hoborg in forum Installation and Deployment
    Replies: 11
    Last Post: 24th February 2006, 19:08

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.