mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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
|
||
|
|