Browse Source

Use an environment variable for Qt SDK

Josh Engebretson 11 years ago
parent
commit
3c80b699e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rakefile

+ 1 - 1
Rakefile

@@ -17,7 +17,7 @@ $ATOMICTILED_SOURCE_DIR =  "#{$RAKE_ROOT}/../AtomicTiled"
 
 
 
 
 if $HOST_OS == "darwin"
 if $HOST_OS == "darwin"
-  $QT_BIN_DIR = "/Users/josh/Qt/5.4/clang_64/bin"
+  $QT_BIN_DIR = "#{ENV["QT_SDK"]}/bin"
 else
 else
   $QT_BIN_DIR = "C:\\Qt\\5.4\\msvc2013_64\\bin"
   $QT_BIN_DIR = "C:\\Qt\\5.4\\msvc2013_64\\bin"
 end
 end