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-13 19:19:33 +00:00
Code Issues Projects Releases Wiki Activity
qca/unittest/keylengthunittest/CMakeLists.txt

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

10 lines
237 B
CMake
Raw Permalink Normal View History

Add automated unittesting support. Now, you can just "make test" and it will run the appropriate tests. svn path=/trunk/kdesupport/qca/; revision=609827
2006-12-02 11:53:32 +00:00
ENABLE_TESTING()
Merge declarations into the .cpp, and update qmake buildsystem to match. Add CMake buildsystem support. svn path=/trunk/kdesupport/qca/; revision=594727
2006-10-12 05:10:06 +00:00
set(keylengthunittest_bin_SRCS keylengthunittest.cpp)
add_executable( keylengthunittest ${keylengthunittest_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_test_libraries(keylengthunittest)
Merge declarations into the .cpp, and update qmake buildsystem to match. Add CMake buildsystem support. svn path=/trunk/kdesupport/qca/; revision=594727
2006-10-12 05:10:06 +00:00
cmake: put all runtime to bin when compiling The most it is need for windows where no rpath and all dll's must be in the same dir (or in PATH environment)
2014-02-02 02:35:55 +06:00
add_qca_test(keylengthunittest "KeyLength")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 52ms 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