Skip to content

Commit

Permalink
Refs #4472. Try even harder to make Windows build happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Apr 27, 2012
1 parent e53521f commit 3c994eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/MantidQt/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ if ( CXXTEST_FOUND )
../../Framework/Nexus/inc
../../Framework/TestHelpers/inc
../../Framework/MDEvents/inc
../../Framework/DataObjects/inc )
../../Framework/DataObjects/inc
${QWT_INCLUDE_DIR} ${QT_INCLUDE_DIR} )

# This variable is used within the cxxtest_add_test macro to build these helper classes into the test executable.
# It will go out of scope at the end of this file so doesn't need un-setting
Expand Down

0 comments on commit 3c994eb

Please sign in to comment.