Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_vip
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_vip
Commits
f2494a31
Commit
f2494a31
authored
Jun 22, 2018
by
xiaojing.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release pdb 生成
parent
f76742c3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
fmp_vip/fmp_vip.pro
+3
-0
tests/TestPlugin/TestPlugin.pro
+3
-0
tests/testitem/testitem.pro
+3
-0
No files found.
fmp_vip/fmp_vip.pro
View file @
f2494a31
...
@@ -7,6 +7,9 @@
...
@@ -7,6 +7,9 @@
include
(..
/
fmvip
/
fmvip
.
pri
)
include
(..
/
fmvip
/
fmvip
.
pri
)
TEMPLATE
=
lib
TEMPLATE
=
lib
QMAKE_LFLAGS_RELEASE
+=
/
MAP
QMAKE_CFLAGS_RELEASE
+=
/
Zi
QMAKE_LFLAGS_RELEASE
+=
/
debug
/
opt
:
ref
QT
+=
core
gui
network
sql
concurrent
QT
+=
core
gui
network
sql
concurrent
greaterThan
(
QT_MAJOR_VERSION
,
4
)
:
QT
+=
widgets
greaterThan
(
QT_MAJOR_VERSION
,
4
)
:
QT
+=
widgets
...
...
tests/TestPlugin/TestPlugin.pro
View file @
f2494a31
...
@@ -7,6 +7,9 @@ QT += testlib sql network core gui
...
@@ -7,6 +7,9 @@ QT += testlib sql network core gui
CONFIG
+=
C
++
11
CONFIG
+=
C
++
11
CONFIG
+=
qt
console
warn_on
depend_includepath
testcase
CONFIG
+=
qt
console
warn_on
depend_includepath
testcase
CONFIG
-=
app_bundle
CONFIG
-=
app_bundle
QMAKE_LFLAGS_RELEASE
+=
/
MAP
QMAKE_CFLAGS_RELEASE
+=
/
Zi
QMAKE_LFLAGS_RELEASE
+=
/
debug
/
opt
:
ref
TEMPLATE
=
app
TEMPLATE
=
app
...
...
tests/testitem/testitem.pro
View file @
f2494a31
...
@@ -3,6 +3,9 @@ include(../../fmvip/fmvip.pri)
...
@@ -3,6 +3,9 @@ include(../../fmvip/fmvip.pri)
QT
+=
testlib
sql
QT
+=
testlib
sql
CONFIG
+=
C
++
11
CONFIG
+=
C
++
11
QMAKE_LFLAGS_RELEASE
+=
/
MAP
QMAKE_CFLAGS_RELEASE
+=
/
Zi
QMAKE_LFLAGS_RELEASE
+=
/
debug
/
opt
:
ref
CONFIG
+=
qt
console
warn_on
depend_includepath
testcase
CONFIG
+=
qt
console
warn_on
depend_includepath
testcase
CONFIG
-=
app_bundle
CONFIG
-=
app_bundle
...
...
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