forked from qt-creator/qt-creator
CMake: Use a FilePathAspect as base for SourceDirectoryAspect
Closer to its true nature. Change-Id: I96b86690eb138814009aef0f06c87fca8451cfe9 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
AdditionalCMakeOptionsAspect();
|
||||
};
|
||||
|
||||
class SourceDirectoryAspect final : public Utils::StringAspect
|
||||
class SourceDirectoryAspect final : public Utils::FilePathAspect
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Reference in New Issue
Block a user