mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Modified location of TestPlugin directory
This commit is contained in:
parent
325cc445a7
commit
e04885ec27
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ src0.9.7
|
||||||
*.pro.user
|
*.pro.user
|
||||||
license_template
|
license_template
|
||||||
Makefile
|
Makefile
|
||||||
|
TestPlugin-build
|
||||||
|
|
|
@ -11,7 +11,7 @@ CONFIG += plugin
|
||||||
|
|
||||||
TARGET = ExamplePlugin
|
TARGET = ExamplePlugin
|
||||||
|
|
||||||
DESTDIR = ../../../bin/plugins
|
DESTDIR = ../../bin/plugins
|
||||||
|
|
||||||
SOURCES += testplugin.cpp
|
SOURCES += testplugin.cpp
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>cs_CZ.qm</file>
|
<file>cs_CZ.qm</file>
|
||||||
<file>qupzilla.png</file>
|
|
||||||
<file>sk_SK.qm</file>
|
<file>sk_SK.qm</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
|
@ -4,7 +4,7 @@
|
||||||
//Include actual plugininterface.h for your version of QupZilla
|
//Include actual plugininterface.h for your version of QupZilla
|
||||||
//This file is available to download at QupZilla website
|
//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
|
//For clean plugin directory, please build necessary files into
|
Loading…
Reference in New Issue
Block a user