Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
4
4uhv
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
gui
4uhv
Commits
dafe63d2
Commit
dafe63d2
authored
3 years ago
by
Claudio Scafuri
Browse files
Options
Downloads
Patches
Plain Diff
fix binary name for INAU
parent
3026f0b4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+26
-0
26 additions, 0 deletions
.gitignore
4uhv.pro
+2
-6
2 additions, 6 deletions
4uhv.pro
with
28 additions
and
6 deletions
.gitignore
0 → 100644
+
26
−
0
View file @
dafe63d2
.pydevproject
.project
.cproject
.settings
Makefile
moc
obj
bin
objects
core*
*~
*.pyc
*.so
*.so*
.pylintrc
.metadata
.idea
.cvsignore
.nse_depinfo
software
oldsrc
ui_*
qrc*.cpp
.qmake.stash
CVS
*.user
This diff is collapsed.
Click to expand it.
4uhv.pro
+
2
−
6
View file @
dafe63d2
...
...
@@ -23,9 +23,5 @@ HEADERS += src/4uhv.h \
FORMS
=
src
/
4
uhv
.
ui
\
src
/
channel
.
ui
TARGET
=
bin
/
FourUHV
#
unix
:
LIBS
+=
-
L
.
-
lmylib
#
unix
:
INCLUDEPATH
+=
.
..
/../
src
TARGET
=
bin
/
FourUHV
-
gui
QMAKE_POST_LINK
=
$
(
STRIP
)
$
(
TARGET
)
This diff is collapsed.
Click to expand it.
Preview
0%
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
register
or
sign in
to comment