src/CMakeLists.txt
branchv_0
changeset 5 6ba51911d539
parent 4 1383ad1c4f57
child 11 aaa89fe98b63
equal deleted inserted replaced
4:1383ad1c4f57 5:6ba51911d539
    31 # Executable output:
    31 # Executable output:
    32 add_executable(
    32 add_executable(
    33 	${EXECUTABLE_FILE}
    33 	${EXECUTABLE_FILE}
    34 	# QObjects must be listed here (including them from other files is not enough)
    34 	# QObjects must be listed here (including them from other files is not enough)
    35 	SpacenavWindow.h
    35 	SpacenavWindow.h
       
    36 	SpacenavWindow.ui
       
    37 	SpacenavWindow.cpp
    36 	SpacenavReceiver.h
    38 	SpacenavReceiver.h
    37 	SpacenavWrapper.cpp
    39 	SpacenavWrapper.cpp
    38 	spacenav-demo-qt.cpp
    40 	spacenav-demo-qt.cpp
    39 )
    41 )
    40 
    42