Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-8895

Adding new files/classes creates new sections in .pro file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 2.7.0
    • Qt Creator 2.7.0-beta
    • None
    • Mac OSX Lion, QtCreator 2.7.0-beta, Qt 4.8.3

      If I add new files to my project, a new section is created for each file.

      HEADERS += file1.h \
                 file2.h
      SOURCES += file1.cpp \
                 file2.cpp
      

      is turned into

      HEADERS += file1.h \
                 file2.h
      SOURCES += file1.cpp \
                 file2.cpp
      HEADERS += newfile1.h
      
      SOURCES += newfile1.cpp
      
      HEADERS += newfile2.h
      
      SOURCES += newfile2.cpp
      
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dt Daniel Teske
            hardcodes.de Sven Putze
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes