Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_home
Overview
Overview
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
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhenfei.zhang
fmp_home
Commits
9e907080
Commit
9e907080
authored
Dec 11, 2017
by
Amnes1a
Browse files
Options
Browse Files
Download
Plain Diff
拉取后提交
parents
f244afa9
9235ada3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
fmp_home.pro
+11
-2
fmp_home_settings.cpp
+1
-0
No files found.
fmp_home.pro
View file @
9e907080
...
@@ -56,9 +56,14 @@ unix {
...
@@ -56,9 +56,14 @@ unix {
#Target name
#Target name
VER
=
$$
system
(
$$
PWD
/../
fmprc
.
bat
$$
TARGET
)
VER
=
$$
system
(
$$
PWD
/../
fmprc
.
bat
$$
TARGET
)
#VER = 0.1.1
ORIGIN_TARGET
=
$$
TARGET
ORIGIN_TARGET
=
$$
TARGET
TARGET
=
$$
{
TARGET
}
_
$$
{
VER
}
win32
{
TARGET
=
$$
{
TARGET
}
_
$$
{
VER
}
}
else
{
TARGET
=
$$
{
TARGET
}
}
#Header path
#Header path
INCLUDEPATH
+=
$$
PWD
/../
include
/
ctk
\
INCLUDEPATH
+=
$$
PWD
/../
include
/
ctk
\
...
@@ -69,7 +74,11 @@ LIBS += -L$$PWD/../lib
...
@@ -69,7 +74,11 @@ LIBS += -L$$PWD/../lib
CONFIG
(
debug
,
debug
|
release
)
{
CONFIG
(
debug
,
debug
|
release
)
{
#
Linking
library
#
Linking
library
win32
{
LIBS
+=
-
lCTKCored
-
lCTKPluginFrameworkd
LIBS
+=
-
lCTKCored
-
lCTKPluginFrameworkd
}
else
{
LIBS
+=
-
lCTKCore
-
lCTKPluginFramework
}
#
Destination
path
#
Destination
path
DESTDIR
=
$$
PWD
/../
debug
/
plugins
DESTDIR
=
$$
PWD
/../
debug
/
plugins
}
else
{
}
else
{
...
...
fmp_home_settings.cpp
View file @
9e907080
#
include
"fmp_home_settings.h"
#
include
"fmp_home_settings.h"
#include <fmp_settings_i.h>
#include <fmp_settings_i.h>
#include <QDebug>
#include <QDebug>
#include<qpoint.h>
FMPHomeSettings
::
FMPHomeSettings
(
QObject
*
parent
)
:
QObject
(
parent
)
FMPHomeSettings
::
FMPHomeSettings
(
QObject
*
parent
)
:
QObject
(
parent
)
{
{
...
...
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