Warning, /education/kstars/kstars/kstarslite/qml/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 #install_files 0002 install( FILES main.qml 0003 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml ) 0004 0005 install( FILES constants/Constants.qml 0006 constants/qmldir 0007 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/constants ) 0008 0009 install( FILES modules/BottomMenu.qml 0010 modules/Splash.qml 0011 modules/TopMenu.qml 0012 modules/KSPage.qml 0013 modules/KSTab.qml 0014 modules/KSListView.qml 0015 modules/SkyMapLiteWrapper.qml 0016 modules/TimePage.qml 0017 modules/KSLabel.qml 0018 modules/KSTabBarArrow.qml 0019 modules/KSTabButton.qml 0020 modules/KSText.qml 0021 modules/KSTextField.qml 0022 modules/KSButton.qml 0023 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/modules ) 0024 0025 install( FILES dialogs/FindDialog.qml 0026 dialogs/LocationDialog.qml 0027 dialogs/DetailsDialog.qml 0028 dialogs/AboutDialog.qml 0029 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/dialogs ) 0030 0031 install( FILES dialogs/helpers/DetailsAddLink.qml 0032 dialogs/helpers/LocationEdit.qml 0033 dialogs/helpers/DetailsItem.qml 0034 dialogs/helpers/LocationLoading.qml 0035 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/dialogs/helpers ) 0036 0037 install( FILES dialogs/menus/DetailsLinkMenu.qml 0038 dialogs/menus/LocationsGeoMenu.qml 0039 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/dialogs/menus ) 0040 0041 install( FILES modules/popups/ColorSchemePopup.qml 0042 modules/popups/ProjectionsPopup.qml 0043 modules/popups/FOVPopup.qml 0044 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/modules/popups) 0045 0046 install ( FILES modules/menus/ContextMenu.qml 0047 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/modules/menus) 0048 0049 install( FILES modules/helpers/TopMenuButton.qml 0050 modules/helpers/BottomMenuButton.qml 0051 modules/helpers/TimeSpinBox.qml 0052 modules/helpers/PassiveNotification.qml 0053 modules/helpers/Units.qml 0054 modules/helpers/KSMenuItem.qml 0055 modules/helpers/TelescopeControl.qml 0056 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/modules/helpers ) 0057 0058 install( FILES modules/tutorial/TutorialStep1.qml 0059 modules/tutorial/TutorialStep2.qml 0060 modules/tutorial/TutorialStep3.qml 0061 modules/tutorial/TutorialStep4.qml 0062 modules/tutorial/TutorialStep5.qml 0063 modules/tutorial/TutorialPopup.qml 0064 modules/tutorial/TutorialExitPopup.qml 0065 modules/tutorial/TutorialPane.qml 0066 DESTINATION ${KDE_INSTALL_DATADIR}/kstars/kstarslite/qml/modules/tutorial ) 0067 0068 add_subdirectory(images) 0069 add_subdirectory(indi)