Andrew Lee (李健秋) 8762635176
Adding upstream version 1.2.0.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-13 03:54:32 +08:00

10 lines
210 B
Plaintext

An example of how to write an CMakeLists.txt to use libqtxdg in a portable
way.
Building with Qt4 is the default. Ex:
cmake..
To build with Qt5 just pass to set the USE_QT5 to Yes. Ex:
cmake -DUSE_QT5=On ..