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
This commit is contained in:
defnax 2009-02-03 21:48:15 +00:00
parent 3b68341850
commit 4ffdd9c792
51 changed files with 3 additions and 4 deletions

View File

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 831 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 883 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 B

View File

@ -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 += ../