Initial Commit. The packaging still does not work properly.
[confmgr] / src / confmgr.pro
1 QMAKEVERSION = $$[QMAKE_VERSION]
2 ISQT4 = $$find(QMAKEVERSION, ^[2-9])
3 isEmpty( ISQT4 ) {
4 error("Use the qmake include with Qt4.4 or greater, on Debian that is 
5 qmake-qt4");
6 }
7
8 TEMPLATE = subdirs
9 SUBDIRS  = src
10