Skip to content

Commit

Permalink
updated pupilGuide widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmales committed Oct 26, 2024
1 parent 922ae51 commit cd9e5ef
Show file tree
Hide file tree
Showing 5 changed files with 3,877 additions and 3,359 deletions.
22 changes: 12 additions & 10 deletions gui/apps/pupilGuideGUI/pupilGuideGUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

TEMPLATE = app
TARGET = pupilGuideGUI
DESTDIR = bin/
DEPENDPATH += ./ ../../lib
DESTDIR = bin/
DEPENDPATH += ./ ../../lib

MOC_DIR = moc/
OBJECTS_DIR = obj/
Expand Down Expand Up @@ -36,19 +36,21 @@ HEADERS += ../../widgets/pupilGuide/pupilGuide.hpp \
../../widgets/xWidgets/statusEntry.hpp \
../../widgets/xWidgets/statusLabel.hpp \
../../widgets/xWidgets/fsmDisplay.hpp \
../../lib/multiIndiManager.hpp

SOURCES += pupilGuideGUI_main.cpp

../../widgets/xWidgets/toggleSlider.hpp \
../../lib/multiIndiManager.hpp

SOURCES += pupilGuideGUI_main.cpp

FORMS += ../../widgets/pupilGuide/pupilGuide.ui \
../../widgets/xWidgets/statusEntry.ui \
../../widgets/xWidgets/fsmDisplay.ui

../../widgets/xWidgets/fsmDisplay.ui \
../../widgets/xWidgets/toggleSlider.ui

LIBS += ../../../INDI/libcommon/libcommon.a \
../../../INDI/liblilxml/liblilxml.a

RESOURCES += ../../resources/magaox.qrc
RESOURCES += ../../resources/magaox.qrc

RESOURCES += ../../resources/MagAOXStyleSheets/MagAOXStyle.qrc
RESOURCES += ../../resources/MagAOXStyleSheets/MagAOXStyle.qrc

QT += widgets
Loading

0 comments on commit cd9e5ef

Please sign in to comment.