Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P5: Not important
-
Resolution: Done
-
Affects Version/s: Qt Creator 3.6.0
-
Fix Version/s: Qt Creator 4.0.0-beta1
-
Component/s: Project & Build Management
-
Labels:None
Description
#ifndef %PluginName:u%_%CppHeaderSuffix:u%
#define %PluginName:u%_%CppHeaderSuffix:u%
should be:
#ifndef %PluginName:u%PLUGIN_%CppHeaderSuffix:u%
#define %PluginName:u%PLUGIN_%CppHeaderSuffix:u%