add russian translation
[colorflood] / colorflood / src / CMakeLists.txt
index e3d2778..40dea92 100644 (file)
 # GNU General Public License for more details.
 
 set(src
+  colorbuttons.cpp
+  colorscheme.cpp
   field.cpp
   main.cpp
   window.cpp
   )
 
 set(moc
+  colorbuttons.hpp
   field.hpp
+  fullscreenexitbutton.hpp
   window.hpp
   )
 
@@ -26,5 +30,6 @@ include(${QT_USE_FILE})
 
 QT4_WRAP_CPP(moc_src ${moc})
 
+add_definitions(-Wall -Wextra)
 add_executable(colorflood ${moc_src} ${src})
 target_link_libraries(colorflood ${QT_LIBRARIES})