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