diff options
Diffstat (limited to 'weather')
-rw-r--r-- | weather/CMakeLists.txt | 19 | ||||
-rw-r--r-- | weather/qtappfw-weather.pc.in | 12 |
2 files changed, 0 insertions, 31 deletions
diff --git a/weather/CMakeLists.txt b/weather/CMakeLists.txt deleted file mode 100644 index b622262..0000000 --- a/weather/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ - -CONFIGURE_FILE("qtappfw-weather.pc.in" "qtappfw-weather.pc" @ONLY) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qtappfw-weather.pc - DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig) - -add_library(qtappfw-weather SHARED weather.cpp) - -target_include_directories(qtappfw-weather PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}") -target_include_directories(qtappfw-weather PUBLIC "${CMAKE_INSTALL_INCLUDEDIR}") - -target_link_libraries(qtappfw-weather Qt5::Qml) -set_target_properties(qtappfw-weather PROPERTIES - VERSION ${PROJECT_VERSION} - SOVERSION 1 - PUBLIC_HEADER weather.h) - -install(TARGETS qtappfw-weather - LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} - PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/qtappfw-weather) diff --git a/weather/qtappfw-weather.pc.in b/weather/qtappfw-weather.pc.in deleted file mode 100644 index 1e3e5e1..0000000 --- a/weather/qtappfw-weather.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@DEST_DIR@ -exec_prefix=${prefix} -libdir=${prefix}/lib -includedir=${prefix}/include - -Name: qtappfw-weather -Description: Library wrapping AGL AppFW weather data in Qt objects -Version: 1.0.0 - -Requires: Qt5Qml -Libs: -L${libdir} -lqtappfw-weather -Cflags: -I${includedir}/qtappfw-weather |