Skip to content
Snippets Groups Projects
Commit 12754762 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Cmake/src: update formatting

parent e081cc69
Branches
Tags
No related merge requests found
......@@ -97,10 +97,9 @@ if(ENABLE_UPDATER)
updater/updatefunctions.cpp
updater/tupdateitem.cpp
)
else(ENABLE_UPDATER)
else()
message(STATUS "check for updates\t\t FALSE")
endif(ENABLE_UPDATER)
endif()
if(MINGW)
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/nootico.o
......@@ -108,8 +107,7 @@ if(MINGW)
-o ${CMAKE_CURRENT_BINARY_DIR}/nootico.o )
set(NOOTKA_SRCS ${NOOTKA_SRCS} ${CMAKE_CURRENT_BINARY_DIR}/nootico.o)
set(NOOTKA_EXE_ICON nootico.o)
endif(MINGW)
endif()
qt_add_resources(NOOTKA_SRC nootka.qrc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment