Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Makefile.am

    r6d1e0a r37a67f  
    1818  UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp \
    1919  UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp \
     20  UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp \
     21  UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp \
    2022  UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp \
    2123  UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp \
     
    2527  UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp \
    2628  UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp \
    27   UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp \
    2829  UIElements/CommandLineUI/CommandLineDialog.cpp \
    2930  UIElements/CommandLineUI/CommandLineParser.cpp \
     
    9091  UIElements/TextUI/Query/MoleculesTextQuery.cpp \
    9192  UIElements/TextUI/Query/MoleculeTextQuery.cpp \
     93  UIElements/TextUI/Query/KeyValuePairTextQuery.cpp \
     94  UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp \
    9295  UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp \
    9396  UIElements/TextUI/Query/StringTextQuery.cpp \
     
    97100  UIElements/TextUI/Query/VectorTextQuery.cpp \
    98101  UIElements/TextUI/Query/VectorsTextQuery.cpp \
    99   UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp \
    100102  UIElements/TextUI/TextDialog.cpp \
    101103  UIElements/TextUI/TextStatusIndicator.cpp \
     
    138140  ${VIEWHEADER} \
    139141  UIElements/Dialog.hpp \
     142  UIElements/Dialog_impl_pre.hpp \
     143  UIElements/Dialog_impl_undef.hpp \
     144  UIElements/GlobalListOfParameterQueries.hpp \
    140145  UIElements/MainWindow.hpp
    141146
     
    156161  UIElements/Qt4/Query/MoleculesQtQuery.cpp \
    157162  UIElements/Qt4/Query/QtQueryList.cpp \
     163  UIElements/Qt4/Query/KeyValuePairQtQuery.cpp \
     164  UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp \
    158165  UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp \
    159166  UIElements/Qt4/Query/StringQtQuery.cpp \
     
    163170  UIElements/Qt4/Query/VectorQtQuery.cpp \
    164171  UIElements/Qt4/Query/VectorsQtQuery.cpp \
    165   UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp \
    166172  UIElements/Qt4/QtMainWindow.cpp \
    167173  UIElements/Qt4/QtDialog.cpp \
Note: See TracChangeset for help on using the changeset viewer.