Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
skylivex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
astronomy
skylivex
Commits
d2c73941
Commit
d2c73941
authored
Feb 16, 2013
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build paths
parent
43314457
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
5 deletions
+14
-5
README.Gui.md
gui/README.Gui.md
+0
-0
skproto.h
plugins/skproto.h
+1
-1
skproto.json
plugins/skproto.json
+5
-0
skproto.pro
plugins/skproto.pro
+1
-1
skylivex.pro
skylivex.pro
+6
-1
pluginsinterfaces.h
src/pluginsinterfaces.h
+0
-1
skylivex.pro
src/skylivex.pro
+1
-1
No files found.
gui/README.Gui.md
deleted
100644 → 0
View file @
43314457
plugins/skproto.h
View file @
d2c73941
...
...
@@ -39,7 +39,7 @@
class
SkyliveProtocol
:
public
QObject
,
SkylivexPluginInterface
{
Q_OBJECT
Q_PLUGIN_METADATA
(
IID
"com.skylivex.SkylivexPlugin/1.0"
)
Q_PLUGIN_METADATA
(
IID
"com.skylivex.SkylivexPlugin/1.0"
FILE
"skproto.json"
)
Q_INTERFACES
(
SkylivexPluginInterface
)
public
:
...
...
plugins/skproto.json
0 → 100644
View file @
d2c73941
{
"name"
:
"skproto"
,
"version"
:
"0.0.1"
,
"dependencies"
:
[]
}
plugins/skproto.pro
View file @
d2c73941
...
...
@@ -4,4 +4,4 @@ CONFIG += plugin
HEADERS
=
skproto
.
h
INCLUDEPATH
=
..
/
src
QT
+=
core
network
widgets
DESTDIR
=
..
/
plugins
DESTDIR
=
..
/
build
/
plugins
skylivex.pro
View file @
d2c73941
TEMPLATE
=
subdirs
SUBDIRS
=
src
/
skylivex
.
pro
\
plugins
/
skproto
.
pro
DESTDIR
=
release
DATAFILES
.
path
=
build
DATAFILES
.
files
=
doc
gui
LICENSE
.
txt
COPYING
INSTALLS
+=
DATAFILES
src/pluginsinterfaces.h
View file @
d2c73941
...
...
@@ -45,7 +45,6 @@ class SkylivexPluginInterface
{
public
:
virtual
~
SkylivexPluginInterface
()
{}
virtual
QStringList
importer
()
const
=
0
;
virtual
void
startPlugin
()
=
0
;
};
...
...
src/skylivex.pro
View file @
d2c73941
...
...
@@ -11,4 +11,4 @@ QT += core network webkitwidgets widgets
OTHER_FILES
+=
\
..
/
gui
/
splash
.
html
\
..
/
gui
/
img
/
logo
.
png
DESTDIR
=
..
/
DESTDIR
=
..
/
build
/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment