Commit Graph

10 Commits

Author SHA1 Message Date
Luís Pereira 5b21008015 cmake: Fix find_package() developer warning
Make Utf8Proc_FOUND match the name of the calling package (Utf8Proc).
From CMake warning:
This can lead to problems in calling code that expects `find_package`
result variables (e.g., `_FOUND`) to follow a certain pattern.
2020-09-30 20:58:36 +08:00
Luís Pereira 63a71cf245 Update find_package() documentation 2017-03-06 02:02:06 +08:00
Luís Pereira f937393f09 Use the lxqt_create_pkgconfig_file
Drops the local one.
It also improves the .pc file in several ways.
2017-03-06 02:02:06 +08:00
Luís Pereira d7dbff6de1 Use the CMake Targets way
Drop the qtermwidget5_use file. Everything done with targets.
2017-03-06 02:02:06 +08:00
Luís Pereira a13a3eef2e Removes Qt4 stuff
We don't support it anymore.
2017-03-06 02:02:06 +08:00
Yen Chi Hsuan 5d8544455f Drop the ancient wcwidth impl. and use utf8proc if possible (#99) 2016-11-19 12:31:50 +01:00
Jerome Leclanche 90008c9db9 Remove support for Qt <= 5.4 2015-11-22 14:55:41 +02:00
Jerome Leclanche 3a8cdc68ee CMakeLists.txt cleanup 2014-10-21 17:31:46 +02:00
Petr Vanek d6ceb5ae00 build simplified: qtermwidget is versioned (libqtermwidget4 for Qt4, 5 for Qt5...). Better cmake support. 2014-04-11 20:50:22 +02:00
Petr Vanek 6ad5d7070a merge changes from the experimental "bundle" repository 2011-06-22 13:12:21 +02:00