fixed qcheckers and for qdiagram missed images
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@994 b45a01b8-16f6-495d-af2f-9b41ad6348cc
@ -1,6 +1,6 @@
|
|||||||
#=== this part is common (similar) for all plugin projects =====================
|
#=== this part is common (similar) for all plugin projects =====================
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin debug
|
CONFIG += plugin release
|
||||||
|
|
||||||
# this is directory, where PluginInterface.h is located
|
# this is directory, where PluginInterface.h is located
|
||||||
INCLUDEPATH += ../
|
INCLUDEPATH += ../
|
||||||
@ -14,7 +14,7 @@ MOC_DIR = temp/moc
|
|||||||
|
|
||||||
|
|
||||||
# the name of the result file;
|
# the name of the result file;
|
||||||
TARGET = $$qtLibraryTarget(qdiagram_plugin)
|
TARGET = $$qtLibraryTarget(qcheckers_plugin)
|
||||||
|
|
||||||
HEADERS += ../PluginInterface.h \
|
HEADERS += ../PluginInterface.h \
|
||||||
QCheckersPlugin.h
|
QCheckersPlugin.h
|
||||||
@ -39,7 +39,6 @@ SOURCES += pdn.cc \
|
|||||||
RESOURCES = qcheckers.qrc
|
RESOURCES = qcheckers.qrc
|
||||||
|
|
||||||
|
|
||||||
TARGET = qcheckers
|
|
||||||
#PREFIX = $$system(grep 'define PREFIX' common.h | cut -d'"' -f2)
|
#PREFIX = $$system(grep 'define PREFIX' common.h | cut -d'"' -f2)
|
||||||
#SHARE_PATH = $$system(grep 'define SHARE_PATH' common.h | cut -d'"' -f2)
|
#SHARE_PATH = $$system(grep 'define SHARE_PATH' common.h | cut -d'"' -f2)
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 112 B |
After Width: | Height: | Size: 114 B |
After Width: | Height: | Size: 116 B |
After Width: | Height: | Size: 96 B |
BIN
retroshare-gui/src/gui/plugins/qdiagram_plugin/images/bold.png
Normal file
After Width: | Height: | Size: 274 B |
After Width: | Height: | Size: 293 B |
BIN
retroshare-gui/src/gui/plugins/qdiagram_plugin/images/delete.png
Normal file
After Width: | Height: | Size: 831 B |
After Width: | Height: | Size: 282 B |
BIN
retroshare-gui/src/gui/plugins/qdiagram_plugin/images/italic.png
Normal file
After Width: | Height: | Size: 247 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 284 B |
After Width: | Height: | Size: 301 B |
After Width: | Height: | Size: 291 B |
After Width: | Height: | Size: 798 B |
After Width: | Height: | Size: 903 B |
After Width: | Height: | Size: 774 B |
After Width: | Height: | Size: 354 B |
BIN
retroshare-gui/src/gui/plugins/qdiagram_plugin/images/lc_cut.png
Normal file
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 796 B |
After Width: | Height: | Size: 498 B |
After Width: | Height: | Size: 447 B |
After Width: | Height: | Size: 88 B |
After Width: | Height: | Size: 390 B |
After Width: | Height: | Size: 795 B |
After Width: | Height: | Size: 296 B |
After Width: | Height: | Size: 297 B |
After Width: | Height: | Size: 295 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 832 B |
After Width: | Height: | Size: 542 B |
After Width: | Height: | Size: 883 B |
After Width: | Height: | Size: 717 B |
After Width: | Height: | Size: 328 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 141 B |
After Width: | Height: | Size: 173 B |
After Width: | Height: | Size: 318 B |
After Width: | Height: | Size: 753 B |
After Width: | Height: | Size: 250 B |
@ -1,6 +1,6 @@
|
|||||||
#=== this part is common (similar) for all plugin projects =====================
|
#=== this part is common (similar) for all plugin projects =====================
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin debug
|
CONFIG += plugin release
|
||||||
|
|
||||||
# this is directory, where PluginInterface.h is located
|
# this is directory, where PluginInterface.h is located
|
||||||
INCLUDEPATH += ../
|
INCLUDEPATH += ../
|
||||||
|