src/CMakeLists.txt
branchv_0
changeset 1 2a3e9f07c128
parent 0 37aa134ae57b
child 4 1383ad1c4f57
--- a/src/CMakeLists.txt	Wed Mar 06 16:21:18 2019 +0100
+++ b/src/CMakeLists.txt	Wed Mar 06 20:28:34 2019 +0100
@@ -32,6 +32,9 @@
 add_executable(
 	${EXECUTABLE_FILE}
 	# QObjects must be listed here (including them from other files is not enough)
+	SpacenavReceiver.h
+	#SpacenavWindow.ui
+	#SpacenavWindow.cpp
 	spacenav-demo-qt.cpp
 )