I'm on OSX.
For me, I had an existing QtQuick 2 project that I added a C++ class to via "Add New..." 
That's as far as I go though. I don't edit the .pro, and I don't know that I get the parsing error. Its just from that point on I can only build until I switch the make target.
 
 
Sent: Wednesday, August 03, 2016 at 7:03 AM
From: "Tobias Hunger" <[email protected]>
To: "Julius Bullinger" <[email protected]>
Cc: qt-creator <[email protected]>
Subject: Re: [Qt-creator] I've still got that Run button bug

I tried to do pretty much exactly that before. Even automated it, doing it 1000 times in a row:-(

When I am back in the office I will try again.

Anyone seen this on Linux or Mac yet?

Best regards,
Tobias

 
Am 03.08.2016 11:19 schrieb "Julius Bullinger" <[email protected]>:

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:qt-creator-bounces+julius.bullinger=[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