This issue just happened again when I added a qrc.
 
 
Sent: Wednesday, August 03, 2016 at 11:03 AM
From: "Jason H" <[email protected]>
To: "Julius Bullinger" <[email protected]>
Cc: qt-creator <[email protected]>
Subject: Re: [Qt-creator] I've still got that Run button bug
Do you need a space after the .cpp before the  \ ?
 
 
Sent: Wednesday, August 03, 2016 at 5:18 AM
From: "Julius Bullinger" <[email protected]>
To: qt-creator <[email protected]>
Subject: Re: [Qt-creator] I've still got that Run button bug

I’ve got the same problem on Windows (8.1 and 10), even with Creator 4.1 snapshots. Can be reproduced very easily:

 

1.       Create a new Qt Widgets Application

2.      Add a new C++ class via right click > Add New…

3.  Open the project file and add a \ at the end of the new lines in SOURCES (no space):

SOURCES += main.cpp\
        mainwindow.cpp \
    newclass.cpp\

 

4.       Add another new C++ class

SOURCES += main.cpp\
        mainwindow.cpp \
    newclass.cpp\
    secondclass.cpp

 

5.       „The .pro file could not be parsed” and run-button disabled.

 

Best regards,

Julius
 

 

Von: Qt-creator [mailto:[email protected]] Im Auftrag von Tobias Hunger
Gesendet: Mittwoch, 3. August 2016 09:38 Uhr
An: Jason H <[email protected]>
Cc: qt-creator <[email protected]>
Betreff: Re: [Qt-creator] I've still got that Run button bug

 

Which OS? What kind of project? Can you trigger this reliably? Can you add the information to the relevant bug, please, so that it is not forgotten?

I had seen similar reports before, but have not been able to reproduce it on Linux nor Windows:-(

Best Regards,
Tobias

 

Am 02.08.2016 23:50 schrieb "Jason H" <[email protected]>:

It seems that when I after a class to the project, the run button stops working. I have to switch to/from debug mode to get the Run button back. Same for debug. Build button works fine though.
4.0.3

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to