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
|
||||
license_template
|
||||
Makefile
|
||||
TestPlugin-build
|
||||
|
|
|
@ -11,7 +11,7 @@ CONFIG += plugin
|
|||
|
||||
TARGET = ExamplePlugin
|
||||
|
||||
DESTDIR = ../../../bin/plugins
|
||||
DESTDIR = ../../bin/plugins
|
||||
|
||||
SOURCES += testplugin.cpp
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>cs_CZ.qm</file>
|
||||
<file>qupzilla.png</file>
|
||||
<file>sk_SK.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user