qt-vs-addin

QTDIR not found error building project in MSVC.

Using MSVC 2008 SP1, and qt-vs-addin-1.1.2 I have a pre-existing project in MSVC that I have QT'ified: In main I added a QApplciation, and my windows are now all QWidgets. I added custom build steps for my .qrc and .ui files and "moc" as a custom build step on any Q_OBJECT header files. This all functions - the project builds and runs,...

Syntax highlighter with selective attribute highlight - VS Addin

Hi, Is there any VS Adding for highlighting particular code block or attribute from whole code ? Thanks, Piyush ...

Adding QT Form to an existing VS2008 project.

I have a normal VS2008 project that I've been working on for awhile that is doing some OpenGL based stuff. The main window is created with GLUT and until now that has been sufficient for my GUI. Now, however, I want to add a small window of buttons, and I need to do it in a cross platform way, so I decided to use QT. I've installed all...