Logo
Explore Help
Sign In
QuasarApp/qca
4
0
Fork 0
You've already forked qca
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-10 17:59:33 +00:00
Code Issues Projects Releases Wiki Activity
qca/examples/ssltest/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
232 B
CMake
Raw Permalink Normal View History

Merge my patch and duncan patch CCMAIL: duncan@kde.org Now we can compile qca with cmake Need to fix plugins compile and unitest and other small error. svn path=/trunk/kdesupport/qca/; revision=591302
2006-10-02 09:59:51 +00:00
set(ssltest_bin_SRCS ssltest.cpp)
add_executable(ssltest ${ssltest_bin_SRCS})
Build static QCA Added new cmake variable SHARED_LIBRARY. By default is on. When it is off QCA library, plugins, tools, examples and unittests will be built as static. Also if is used static Qt plugins will be built as static. Tested with Qt4.
2014-01-02 03:50:18 +06:00
target_link_qca_libraries(ssltest)
Add Qt 6 build support The Core5Compat module is still required for QTextCodec and some difficult remaining QRegExp -> QRegularExpression migrations.
2021-05-10 09:52:45 +02:00
if(QT6)
target_link_libraries(ssltest Qt6::Network)
else()
target_link_libraries(ssltest Qt5::Network)
endif()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 59ms Template: 3ms
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