sdlkeys is in source not binary, no .in folder. Locutus brought to our attention. 0.9.24
authornemo
Fri, 27 Jul 2018 12:45:10 -0400
branch0.9.24
changeset 13565 730e7837d9df
parent 13563 5a1e4796e431
child 13568 470982c05f7e
child 13588 c3d8469cc68e
sdlkeys is in source not binary, no .in folder. Locutus brought to our attention.
QTfrontend/CMakeLists.txt
--- a/QTfrontend/CMakeLists.txt	Fri Jul 27 00:00:04 2018 +0200
+++ b/QTfrontend/CMakeLists.txt	Fri Jul 27 12:45:10 2018 -0400
@@ -94,7 +94,7 @@
     campaign.cpp
     ui_hwform.cpp
     ${CMAKE_CURRENT_BINARY_DIR}/hwconsts.cpp
-    ${CMAKE_CURRENT_BINARY_DIR}/sdlkeys.cpp
+    ${CMAKE_CURRENT_SOURCE_DIR}/sdlkeys.cpp
     )
 
 if(MINGW)