Fixed naming typo

This commit is contained in:
Jan Möbius
2018-12-14 11:51:28 +01:00
parent b2da36fcfd
commit 92b580a9ec
2 changed files with 1 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ acg_drop_templates (sources)
if (WIN32)
acg_add_executable (QtViewer WIN32 ${sources} ${headers})
# link to qtmain library to get WinMain function for a non terminal app
target_link_libraries (${targetName} ${QT_QTMAIN_LIBRARY})
target_link_libraries (QtViewer ${QT_QTMAIN_LIBRARY})
else ()
acg_add_executable (QtViewer ${sources} ${headers})
endif ()