Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gcoder.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ HEADERS = \
view.h \
g2m/canonLine.hpp g2m/canonMotionless.hpp g2m/gplayer.hpp g2m/linearMotion.hpp g2m/nanotimer.hpp \
g2m/canonMotion.hpp g2m/g2m.hpp g2m/helicalMotion.hpp g2m/machineStatus.hpp g2m/point.hpp \
lex_analyzer.hpp
lex_analyzer.hpp settings_dlg.h


SOURCES = \
Expand All @@ -30,14 +30,14 @@ SOURCES = \
view.cpp \
g2m/canonLine.cpp g2m/canonMotionless.cpp g2m/helicalMotion.cpp g2m/machineStatus.cpp \
g2m/canonMotion.cpp g2m/g2m.cpp g2m/linearMotion.cpp g2m/nanotimer.cpp \
lex_analyzer.cpp
lex_analyzer.cpp settings_dlg.cpp

target.path = /usr/bin

INSTALLS += target

FORMS += \
mainwin.ui
mainwin.ui settings.ui

link_pkgconfig {
# message("Using pkg-config "$$system(pkg-config --version)".")
Expand Down
Loading