Logo
Explore Help
Register Sign In
daniel/QTeletextMaker
1
0
Fork 0
You've already forked QTeletextMaker
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f18cf60b275fac1719fa386aa1a5f3949370b566
QTeletextMaker/src/qteletextdecoder/CMakeLists.txt

8 lines
220 B
CMake
Raw Normal View History

Port to CMake from qmake, and split decoder into subdirectory Qt 5 has had to be dropped as CMakeLists.txt uses qt_* specific commands which are implemented in Qt 6 onwards. cmake --install is only working on Linux at the moment; it installs the executable and the bundled example tti files into /usr/local/share/doc The teletext decoder with its document storage has been moved to a subdirectory with the intention of making it possible to use in other projects, but some further separation of editing stuff will be needed.
2024-08-11 15:32:45 +01:00
file (GLOB SOURCES *.cpp)
add_library(qteletextdecoder ${SOURCES} teletextfonts.qrc)
target_include_directories(qteletextdecoder PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_link_libraries(qteletextdecoder Qt::Widgets)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 31ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API