Ignore:
Timestamp:
May 8, 2010, 6:30:53 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
7ac765
Parents:
401b97
Message:

Extended UIFactory to a CommandLine derivate.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    r401b97 r83afe0  
    124124UISOURCE = \
    125125  ${ACTIONSSOURCE} \
     126  ${COMMANDLINEUISOURCE} \
    126127  ${MENUSOURCE} \
    127128  ${TEXTUISOURCE} \
     
    133134UIHEADER = \
    134135  ${ACTIONSHEADER} \
     136  ${COMMANDLINEUIHEADER} \
    135137  ${MENUHEADER} \
    136138  ${TEXTUIHEADER} \
     
    150152  UIElements/TextUIFactory.hpp \
    151153  UIElements/TextWindow.hpp
     154
     155COMMANDLINEUISOURCE = \
     156  UIElements/CommandLineDialog.cpp \
     157  UIElements/CommandLineStatusIndicator.cpp \
     158  UIElements/CommandLineUIFactory.cpp \
     159  UIElements/CommandLineWindow.cpp
     160COMMANDLINEUIHEADER = \
     161  UIElements/CommandLineDialog.hpp \
     162  UIElements/CommandLineStatusIndicator.hpp \
     163  UIElements/CommandLineUIFactory.hpp \
     164  UIElements/CommandLineWindow.hpp
    152165
    153166# all these files are only used for legacy reasons while the transition is in progress
Note: See TracChangeset for help on using the changeset viewer.