Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 2.0.0
-
None
-
595ee9ff3e0831e0a1a32f19a885f334b624e107
Description
I have a project file like this:
QT += core QT += gui TARGET = My-App TEMPLATE = app maemo5:* { QT += maemo5 CONFIG += qdbus TARGET = my-app }
In this case, Qt Creator still thinks that the name of the executable is "My-App" and not "my-app".