I am using OpenMP in my Visual Studio projects and currently thinking very seriously in changing to QT creator. (Doesn\'t Visual Studio suck?,I expect much more from Microsoft)<
add two line for both compile and link QMAKE_CXXFLAGS += -fopenmp QMAKE_LFLAGS += -fopenmp