Skip to content

Commit

Permalink
Do not put oject files in a strange place when compiling with visual …
Browse files Browse the repository at this point in the history
…studio
  • Loading branch information
antialize committed Apr 5, 2011
1 parent a532857 commit dc5fd3d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ exists($$QMAKE_LIBDIR_QT/libQtGui.so) {
DEFINES += QT_STATIC
}

MOC_DIR = ../../build
OBJECTS_DIR = ../../build
UI_DIR = ../../build
win32-msvc2010 {
} else {
MOC_DIR = ../../build
OBJECTS_DIR = ../../build
UI_DIR = ../../build
}

INCLUDEPATH += ../../include

Expand Down

0 comments on commit dc5fd3d

Please sign in to comment.