Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JPSeditor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JuPedSim
JPSeditor
Commits
f496413f
Commit
f496413f
authored
Jan 8, 2019
by
Tao Zhong
Browse files
Options
Downloads
Patches
Plain Diff
Show custom deployment setting in .pro
parent
6ffb378b
No related branches found
No related tags found
No related merge requests found
Pipeline
#15959
failed
Jan 8, 2019
Stage: configure
Stage: compile
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
jpseditor.pro
+14
-13
14 additions, 13 deletions
jpseditor.pro
with
14 additions
and
13 deletions
jpseditor.pro
+
14
−
13
View file @
f496413f
...
@@ -39,6 +39,7 @@ FORMS += \
...
@@ -39,6 +39,7 @@ FORMS += \
forms
/
widgetlandmark
.
ui
\
forms
/
widgetlandmark
.
ui
\
forms
/
widgetsettings
.
ui
\
forms
/
widgetsettings
.
ui
\
forms
/
inifilewidget
.
ui
\
forms
/
inifilewidget
.
ui
\
forms
/
settingdialog
.
ui
HEADERS
+=
\
HEADERS
+=
\
src
/
mainWindow
.
h
\
src
/
mainWindow
.
h
\
...
@@ -120,19 +121,19 @@ RESOURCES += \
...
@@ -120,19 +121,19 @@ RESOURCES += \
RC_FILE
=
Resources
/
jpseditor
.
rc
RC_FILE
=
Resources
/
jpseditor
.
rc
#
osx
fix
#
osx
fix
ICON
=
Resources
/
jpseditor
.
icns
ICON
=
Resources
/
jpseditor
.
icns
#
INCLUDEPATH
+=
$$
(
ROOTSYS
)
/
include
#
CONFIG
(
debug
,
debug
|
release
)
{
CONFIG
(
debug
,
debug
|
release
)
{
#
DESTDIR
=
build
/
debug
DESTDIR
=
build
/
debug
#
}
}
#
CONFIG
(
release
,
debug
|
release
)
{
CONFIG
(
release
,
debug
|
release
)
{
#
DESTDIR
=
build
/
release
DESTDIR
=
build
/
release
#
}
}
#
OBJECTS_DIR
=
$$
DESTDIR
/.
obj
OBJECTS_DIR
=
$$
DESTDIR
/.
obj
#
MOC_DIR
=
$$
DESTDIR
/.
moc
MOC_DIR
=
$$
DESTDIR
/.
moc
#
RCC_DIR
=
$$
DESTDIR
/.
qrc
RCC_DIR
=
$$
DESTDIR
/.
qrc
#
UI_DIR
=
$$
DESTDIR
/.
u
UI_DIR
=
$$
DESTDIR
/.
u
demos
.
path
=
/
usr
/
local
/
bin
/
jpseditor
demos
.
path
=
/
usr
/
local
/
bin
/
jpseditor
demos
.
files
=
examples
/*
demos
.
files
=
examples
/*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment