Top "Project-files" questions

Why does Visual Studio check out the .vspscc file when I add a file to a project?

If I add a new file to a project under TFS source control, it will check out the project file …

visual-studio tfs project-files vcs-checkout
QT - Specify DLL path in pro. file

So as the question title says, i'm specifically wondering how to include the path to a .dll file in the …

c++ qt project-files
fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'AMD64'

I am using VS 2003 .Net on 32 bit XP OS. I have also installed "Microsoft Platform SDK" on my machine. Can …

visual-c++ configuration compiler-errors project-files
How to install OpenCV 2.0 on win32

I need to install OpenCV on Win32. I do not have it installed currently. I downloaded OpenCV-2.0.0a-win32.exe and …

winapi visual-c++ opencv project-files
Recommended number of projects in Visual Studio Solution

We are starting to develop new application that will include something like 30-50 projects developed by about dozen of developers …

visual-studio solution project-files
CMake + Qt Creator: Add header files to project files

If I have .h and .cpp files in the directory src, where the .cpp files include the .h files, using …

c++ cmake include qt-creator project-files
How to make the Qt project file (.pro) platform dependent?

Is there a way to include different libraries depending on the operating system with Qt-Creator? In other words, is there …

qt include qt-creator conditional-compilation project-files
QT Creator fails to parse a very easy project

I created a very simple project in QT creator, *.pro file is just following: HEADERS += inc\1.h SOURCES += src\1.cpp …

c++ qt qt-creator project-files