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
9235ada3
Commit
9235ada3
authored
Oct 27, 2017
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux下编译运行通过
parent
e32c00d4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
fmp_home.pro
+11
-2
fmp_home_settings.cpp
+1
-0
version.h
+1
-1
No files found.
fmp_home.pro
View file @
9235ada3
...
@@ -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 @
9235ada3
#
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
)
{
{
...
...
version.h
View file @
9235ada3
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#define VER_MINOR 1
#define VER_MINOR 1
#define VER_REVISION 0
#define VER_REVISION 0
#define VER_BUILD
19
#define VER_BUILD
20
//! Convert version numbers to string
//! Convert version numbers to string
#define _STR(S) #S
#define _STR(S) #S
...
...
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