forked from qt-creator/qt-creator
QbsPM: Fix wrong dll linkage on Win
Amends 9b8be3b3d5
.
Change-Id: Icce629f06cb4130981ebb2801d3ef2032c80dbb5
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
David Schulz
parent
cc7be5724a
commit
dd76bd8203
@@ -75,7 +75,7 @@ using namespace Utils;
|
||||
namespace QbsProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
class QTSUPPORT_EXPORT ArchitecturesAspect : public Utils::MultiSelectionAspect
|
||||
class QBSPROJECTMANAGER_EXPORT ArchitecturesAspect : public Utils::MultiSelectionAspect
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Reference in New Issue
Block a user