Alphabetical sorting now ignores case. Checked items now have grey text instead of...
[easylist] / easylist.pro
1 QMAKEVERSION = $$[QMAKE_VERSION]\r
2 ISQT4 = $$find(QMAKEVERSION, ^[2-9])\r
3 isEmpty( ISQT4 ) {\r
4 error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");\r
5 }\r
6 \r
7 TEMPLATE = subdirs\r
8 SUBDIRS  = src\r