1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Modified location of TestPlugin directory

This commit is contained in:
nowrep 2011-03-18 18:42:38 +01:00
parent 325cc445a7
commit e04885ec27
7 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ src0.9.7
*.pro.user
license_template
Makefile
TestPlugin-build

View File

@ -11,7 +11,7 @@ CONFIG += plugin
TARGET = ExamplePlugin
DESTDIR = ../../../bin/plugins
DESTDIR = ../../bin/plugins
SOURCES += testplugin.cpp

View File

@ -1,7 +1,6 @@
<RCC>
<qresource prefix="/">
<file>cs_CZ.qm</file>
<file>qupzilla.png</file>
<file>sk_SK.qm</file>
</qresource>
</RCC>

View File

@ -4,7 +4,7 @@
//Include actual plugininterface.h for your version of QupZilla
//This file is available to download at QupZilla website
#include "../../../src/plugins/plugininterface.h"
#include "../../src/plugins/plugininterface.h"
//For clean plugin directory, please build necessary files into