mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
8fc1a46ee7
Changed the name and the description of the plugin to utf8. Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4672 b45a01b8-16f6-495d-af2f-9b41ad6348cc
12 lines
444 B
Prolog
12 lines
444 B
Prolog
!include("../Common/retroshare_plugin.pri"): error("Could not include file ../Common/retroshare_plugin.pri")
|
|
|
|
CONFIG += qt uic qrc resources
|
|
|
|
SOURCES = p3ranking.cc LinksDialog.cpp rsrankitems.cc AddLinksDialog.cpp LinksCloudPlugin.cpp
|
|
HEADERS = rsrank.h p3ranking.h LinksDialog.h rsrankitems.h AddLinksDialog.h LinksCloudPlugin.h
|
|
FORMS = LinksDialog.ui AddLinksDialog.ui
|
|
|
|
TARGET = LinksCloud
|
|
|
|
RESOURCES = linksCloud_images.qrc lang/lang.qrc
|