mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
94ebe34539
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5486 b45a01b8-16f6-495d-af2f-9b41ad6348cc
10 lines
213 B
Prolog
10 lines
213 B
Prolog
QMAKEVERSION = $$[QMAKE_VERSION]
|
|
ISQT4 = $$find(QMAKEVERSION, ^[2-9])
|
|
isEmpty( ISQT4 ) {
|
|
error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
|
|
}
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = plugins
|
|
|