Skip to content

Commit

Permalink
Typo in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmmera committed Sep 8, 2024
1 parent d2dbd0c commit 05d9390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs-s-spar-viewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ SET( spar_viewer_moc_headers qucs-s-spar-viewer.h)
SET(RESOURCES qucs-s-spar-viewer.qrc)

if(QT_VERSION_MAJOR EQUAL 6)
QT6_WRAP_CPP( spar_viewer_moc_sources ${spar_viewer_moc_headers}spar_viewerf )
QT6_WRAP_CPP( spar_viewer_moc_sources ${spar_viewer_moc_headers} )
QT6_ADD_RESOURCES(RESOURCES_SRCS ${RESOURCES})
else()
QT5_WRAP_CPP( spar_viewer_moc_sources ${spar_viewer_moc_headers} )
Expand Down

0 comments on commit 05d9390

Please sign in to comment.