New Qt Class Library in VS missing Qt related tabs in Project Settings
Unsolved
Qt Creator and other tools
-
I've been working on a project for couple of months now. It already has a Qt Gui Application and Qt Class Library (shared .lib) in it, both compile and application works perfectly fine.
Today I needed to add another shared library, so in Visual Studio, I right-click Solution -> Add Project. Selected Qt -> Qt Class Library (made sure its a shared .lib) and finish. The project was created successfully, I can see Qt include references etc.
its building fine as well, however, when I open VS Project settings, its not showing any tabs related to Qt - like I'm seeing in two other projects?