Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Autotools plugin to build project - issue
Forum Updated to NodeBB v4.3 + New Features

Autotools plugin to build project - issue

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    r_a_ven
    wrote on 25 May 2012, 21:33 last edited by
    #1

    Has ANYONE been able to successfully use the autotools plugin for a reasonably complex auto build project. Don't get me wrong - its a great plugin. But I think it still needs work. Or perhaps I am doing something wrong.

    To be more exact i am trying to build the FileZilla project [svn co https://svn.filezilla-project.org/svn/FileZilla3/trunk filezilla].
    I download the source code, and open QT Creator -> Open File or Project -> Makefile.am
    Select the defaults and voila the project opens up.

    Right off the bat I notice that the src folder is shown but not the "resources" or "include" project. It leads me to think that the plugin or QT will not include directories that dont contain at least one .cpp file.

    Other than that - quite surprisingly - I was able to build and debug the project ! [I was NOT able to do it with the Linux Eclipse CDT IDE]. That is just awesome.

    BUT the fact that I cant see those directories (mentioned above) in QT creator is hampering my ability to make changes to the project. Anyone has an idea how to make those folders part of the project??

    thanks,
    r_a_ven

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on 26 May 2012, 07:36 last edited by
      #2

      Are all the files listed in the Makefile.am(s) shown? Then the plugin is ok and the build system is incomplete (or better: Does not list files not essential to build). Otherwise you should file a "bug report":http://bugreports.qt-project.org/.

      1 Reply Last reply
      0
      • R Offline
        R Offline
        r_a_ven
        wrote on 27 May 2012, 15:40 last edited by
        #3

        I opened the bug report. Yes, The Makefile.am contains the header file names.

        https://bugreports.qt-project.org/browse/QTCREATORBUG-7460

        1 Reply Last reply
        0

        1/3

        25 May 2012, 21:33

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved