mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-04 12:49:28 -04:00
created scripts for ubuntu packaging of VOIP and LinksCloud plugins
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5486 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a82e2960e1
commit
94ebe34539
16 changed files with 536 additions and 2 deletions
9
build_scripts/Ubuntu_src/linkscloud-plugin/src.pro
Normal file
9
build_scripts/Ubuntu_src/linkscloud-plugin/src.pro
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue