Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
Qt Creator 3.3.0-beta1
-
Windows 7 64 bit
Description
- Create a new Qt Widgets Application project.
- Open the project's pro-file.
It contains lines like:SOURCES += main.cpp\ mainwindow.cpp
- 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.