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

Added source files are not aligned correctly in pro-file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • None
    • Qt Creator 3.3.0-beta1
    • All Other Issues
    • Windows 7 64 bit

    Description

      1. Create a new Qt Widgets Application project.
      2. Open the project's pro-file.
        It contains lines like:
        SOURCES += main.cpp\
                mainwindow.cpp
        
      3. Add a source file to the project using "File" -> "New File or Project..." -> "C++" -> "C++ Source File" and the provided defaults.
        The pro-file now contains:
        SOURCES += main.cpp\
                mainwindow.cpp \
            source.cpp
        

      These lines should be aligned correctly.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes