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
0daf5c21
Commit
0daf5c21
authored
Feb 16, 2013
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepared project files to accept plugins build
parent
d594b24b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
13 deletions
+16
-13
skylivex.pro
skylivex.pro
+2
-13
main.cpp
src/main.cpp
+1
-0
skylivex.pro
src/skylivex.pro
+13
-0
No files found.
skylivex.pro
View file @
0daf5c21
SOURCES
=
src
/
main
.
cpp
\
TEMPLATE
=
subdirs
src
/
mainwin
.
cpp
\
SUBDIRS
=
src
/
skylivex
.
pro
src
/
skylivex
.
cpp
HEADERS
=
src
/
skylivex
.
h
\
src
/
mainwin
.
h
\
src
/
pluginsinterfaces
.
h
QT
+=
core
network
webkitwidgets
widgets
OTHER_FILES
+=
\
gui
/
splash
.
html
\
gui
/
img
/
logo
.
png
src/main.cpp
View file @
0daf5c21
...
@@ -77,6 +77,7 @@ int main(int argc, char *argv[])
...
@@ -77,6 +77,7 @@ int main(int argc, char *argv[])
skxprocess
->
start
();
skxprocess
->
start
();
// connect core with the mainwin
// connect core with the mainwin
//QObject::connect(skx, SIGNAL(msgForMainWin(std::string&)), &mainw, SLOT(msgFromCore(std::string&)), Qt::QueuedConnection);
QObject
::
connect
(
skx
,
SIGNAL
(
msgForMainWin
(
std
::
string
&
)),
&
mainw
,
SLOT
(
msgFromCore
(
std
::
string
&
)));
QObject
::
connect
(
skx
,
SIGNAL
(
msgForMainWin
(
std
::
string
&
)),
&
mainw
,
SLOT
(
msgFromCore
(
std
::
string
&
)));
// and then.. go!
// and then.. go!
...
...
src/skylivex.pro
0 → 100644
View file @
0daf5c21
SOURCES
=
main
.
cpp
\
mainwin
.
cpp
\
skylivex
.
cpp
HEADERS
=
skylivex
.
h
\
mainwin
.
h
\
pluginsinterfaces
.
h
QT
+=
core
network
webkitwidgets
widgets
OTHER_FILES
+=
\
..
/
gui
/
splash
.
html
\
..
/
gui
/
img
/
logo
.
png
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