diff options
Diffstat (limited to 'kweather/CMakeLists.txt')
-rw-r--r-- | kweather/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/CMakeLists.txt b/kweather/CMakeLists.txt index dcf4722..b618585 100644 --- a/kweather/CMakeLists.txt +++ b/kweather/CMakeLists.txt @@ -36,7 +36,7 @@ tde_add_tdeinit_executable( kweatherreport AUTOMOC ##### kweatherservice (executable) ############## tde_add_executable( kweatherservice AUTOMOC - SOURCES main.cpp metar_parser.cpp + SOURCES main.cpp weather_icon.cpp metar_parser.cpp weatherlib.cpp weatherservice.cpp weatherservice.skel stationdatabase.cpp sun.cpp weatherservice.stub @@ -92,7 +92,7 @@ add_custom_command( # # tde_add_executable( metar_parser_test AUTOMOC # SOURCES metar_parser_test.cpp metar_parser.cpp -# stationdatabase.cpp sun.cpp +# weather_icon.cpp stationdatabase.cpp sun.cpp # ) # # add_test( NAME metar_parser_test-test |