You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libqtxdg-packaging/examples/use-qtxdg
Andrew Lee (李健秋) 8762635176
Adding upstream version 1.2.0.
10 years ago
..
CMakeLists.txt Adding upstream version 1.2.0. 10 years ago
README Adding upstream version 1.2.0. 10 years ago
main.cpp Adding upstream version 1.2.0. 10 years ago

README

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 ..