Changes in src/UIElements/Makefile.am [6d1e0a:37a67f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Makefile.am
r6d1e0a r37a67f 18 18 UIElements/CommandLineUI/Query/MoleculeCommandLineQuery.cpp \ 19 19 UIElements/CommandLineUI/Query/MoleculesCommandLineQuery.cpp \ 20 UIElements/CommandLineUI/Query/KeyValuePairCommandLineQuery.cpp \ 21 UIElements/CommandLineUI/Query/KeyValuePairsCommandLineQuery.cpp \ 20 22 UIElements/CommandLineUI/Query/RealSpaceMatrixCommandLineQuery.cpp \ 21 23 UIElements/CommandLineUI/Query/StringCommandLineQuery.cpp \ … … 25 27 UIElements/CommandLineUI/Query/VectorCommandLineQuery.cpp \ 26 28 UIElements/CommandLineUI/Query/VectorsCommandLineQuery.cpp \ 27 UIElements/CommandLineUI/Query/RandomNumberDistribution_ParametersCommandLineQuery.cpp \28 29 UIElements/CommandLineUI/CommandLineDialog.cpp \ 29 30 UIElements/CommandLineUI/CommandLineParser.cpp \ … … 90 91 UIElements/TextUI/Query/MoleculesTextQuery.cpp \ 91 92 UIElements/TextUI/Query/MoleculeTextQuery.cpp \ 93 UIElements/TextUI/Query/KeyValuePairTextQuery.cpp \ 94 UIElements/TextUI/Query/KeyValuePairsTextQuery.cpp \ 92 95 UIElements/TextUI/Query/RealSpaceMatrixTextQuery.cpp \ 93 96 UIElements/TextUI/Query/StringTextQuery.cpp \ … … 97 100 UIElements/TextUI/Query/VectorTextQuery.cpp \ 98 101 UIElements/TextUI/Query/VectorsTextQuery.cpp \ 99 UIElements/TextUI/Query/RandomNumberDistribution_ParametersTextQuery.cpp \100 102 UIElements/TextUI/TextDialog.cpp \ 101 103 UIElements/TextUI/TextStatusIndicator.cpp \ … … 138 140 ${VIEWHEADER} \ 139 141 UIElements/Dialog.hpp \ 142 UIElements/Dialog_impl_pre.hpp \ 143 UIElements/Dialog_impl_undef.hpp \ 144 UIElements/GlobalListOfParameterQueries.hpp \ 140 145 UIElements/MainWindow.hpp 141 146 … … 156 161 UIElements/Qt4/Query/MoleculesQtQuery.cpp \ 157 162 UIElements/Qt4/Query/QtQueryList.cpp \ 163 UIElements/Qt4/Query/KeyValuePairQtQuery.cpp \ 164 UIElements/Qt4/Query/KeyValuePairsQtQuery.cpp \ 158 165 UIElements/Qt4/Query/RealSpaceMatrixQtQuery.cpp \ 159 166 UIElements/Qt4/Query/StringQtQuery.cpp \ … … 163 170 UIElements/Qt4/Query/VectorQtQuery.cpp \ 164 171 UIElements/Qt4/Query/VectorsQtQuery.cpp \ 165 UIElements/Qt4/Query/RandomNumberDistribution_ParametersQtQuery.cpp \166 172 UIElements/Qt4/QtMainWindow.cpp \ 167 173 UIElements/Qt4/QtDialog.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.