Selaa lähdekoodia

[Travis] Set the qmake path again.

Sascha Zelzer 10 vuotta sitten
vanhempi
commit
3e7aec0f93
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      CMake/ctkTravisDashboardScript.cmake

+ 4 - 0
CMake/ctkTravisDashboardScript.cmake

@@ -18,6 +18,10 @@ if(NOT CTK_QT_VERSION)
   set(CTK_QT_VERSION 4)
 endif()
 
+if(CTK_QT_VERSION EQUAL 4)
+  set(QT_QMAKE_EXECUTABLE "/usr/bin/qmake")
+endif()
+
 #
 # Dashboard properties
 #