Skip to content

Commit

Permalink
Added a conditional compile before MSKinectPlugin so it only tries to…
Browse files Browse the repository at this point in the history
… compile when using Visual Studio 2010
  • Loading branch information
raloos committed Oct 7, 2011
1 parent 35a44f7 commit 9723765
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions parlevision-all.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ SUBDIRS = src/plvcore \
src/plvblobtracker \
src/plvtcpserver \
src/plvtest \
src/plvpluginexample \
src/plvmskinect
src/plvpluginexample

win32-msvc2010 {
SUBDIRS += src/plvmskinect
}

CONFIG += ordered
DESTDIR = dist
Expand Down

0 comments on commit 9723765

Please sign in to comment.