Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt VS Add-in default project template
Forum Updated to NodeBB v4.3 + New Features

Qt VS Add-in default project template

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lfdm
    wrote on last edited by
    #1

    Hi fellows!

    Does anyone know where to modify the Visual Studio add-in default project templates. I've noticed a couples of things that tend to be annoying in the long run.

    By converting a .pro project file to Visual Studio, for Debug configuration, C/C++, Optimization is set to Maximize Speed (/O2). Well, the effect of that is that you just cannot debug your source or view the variables' content. You can sometimes step but that's it. The correct setting would be Disabled (/Od) for Debug builds.

    Also, for every and each project we need to add the QT include directories to get the Intellisense working:
    $(QTDIR)\include;
    $(QTDIR)\include\ActiveQt;
    $(QTDIR)\include\Qt;
    $(QTDIR)\include\Qt3Support;
    $(QTDIR)\include\QtCore;
    $(QTDIR)\include\QtDBus;
    $(QTDIR)\include\QtDeclarative;
    $(QTDIR)\include\QtDesigner;
    $(QTDIR)\include\QtGui;
    $(QTDIR)\include\QtHelp;
    $(QTDIR)\include\QtMultimedia;
    $(QTDIR)\include\QtNetwork;
    $(QTDIR)\include\QtOpenGL;
    $(QTDIR)\include\QtOpenVG;
    $(QTDIR)\include\QtScript;
    $(QTDIR)\include\QtScriptTools;
    $(QTDIR)\include\QtSql;
    $(QTDIR)\include\QtSvg;
    $(QTDIR)\include\QtTest;
    $(QTDIR)\include\QtUiTools;
    $(QTDIR)\include\QtWebKit;
    $(QTDIR)\include\QtXml;
    $(QTDIR)\include\QtXmlPatterns;
    $(QTDIR)\mkspecs\win32-msvc2010;

    It would be nice to be able to customize the project template to have these as default settings and save some time.

    Any hints?

    Cheers,
    -Damien

    Damien LEFEVRE - http://www.lfdm.net

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved