Skip to content

Commit e5cf070

Browse files
fix: calculator headers not shown in QtCreator; fixes #491 (#496)
Co-authored-by: lsouder-ozone3d <[email protected]>
1 parent 3f46f74 commit e5cf070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/calculator/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(CALC_HEADER_FILES
1717

1818
add_executable(calculator
1919
${CALC_SOURCE_FILES}
20-
${CALC_HEAEDR_FILES}
20+
${CALC_HEADER_FILES}
2121
)
2222

2323
target_link_libraries(calculator QtNodes)
@@ -33,7 +33,7 @@ set(HEADLESS_CALC_SOURCE_FILES
3333

3434
add_executable(headless_calculator
3535
${HEADLESS_CALC_SOURCE_FILES}
36-
${CALC_HEAEDR_FILES}
36+
${CALC_HEADER_FILES}
3737
)
3838

3939
target_link_libraries(headless_calculator QtNodes)

0 commit comments

Comments
 (0)