Explorar el Código

Fix RELEASE being hard coded in q-gears-launcher breaking debug build

Paul hace 11 años
padre
commit
a9846bb590
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      utilities/q-gears-launcher/CMakeLists.txt

+ 0 - 1
utilities/q-gears-launcher/CMakeLists.txt

@@ -1,6 +1,5 @@
 project( q-gears-launcher )
 cmake_minimum_required( VERSION 2.6 )
-set ( CMAKE_BUILD_TYPE Release )
 
 find_package ( Qt4 REQUIRED )
 include ( ${QT_USE_FILE} )