Hello, I've started to work on the Qt5 migration. Since Julien has did some work on it, I'll base on his work. However, there are two remaining problems. Luis, your comments are wanted.
1. qtxdg header names & library names Julien changed the header file naming in his branch. https://github.com/gilir/libqtxdg-qt5 For Qt4, headers are installed to /usr/include/qt4/QtXdg. For Qt5, installed to /usr/include/qt5/QtXdg So for both Qt4 and Qt5, all headers can simply be included like this: #include <QtXdg/XdgDesktopFile> Then we don't need something like this. #ifdef QT_VERSION_CHECK >= 0x050000 #include <qt5xdg/XdgDesktopFile> #lse #include <qtxdg/XdgDesktopFile> #endif Is this OK for you, Luis? Well, I personally think that it's better to use /usr/include/qtxdg-qt4/ not /usr/include/qt4. Besides, Julien changed the library names to libqtxdg-qt(4|5) based on qt version. Luis, would you please review the changes in his branch? Thanks! 2. In liblxqt, lib name is changed to liblxqt-qt(4|5). If there are no objections, I intend to use them. After these two issues are settled, I'll start merging these changes to our main repo and fix other components to use new header names. Thanks! ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Lxde-list mailing list Lxde-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxde-list