Loto.pro 363 B

123456789101112131415161718
  1. TEMPLATE = subdirs
  2. CONFIG += ordered
  3. SUBDIRS += \
  4. src
  5. BASE_DESTDIR = $$PWD/build/bin
  6. CONFIG(debug, debug|release) {
  7. DESTDIR_COMMON = $${BASE_DESTDIR}/Debug
  8. } else {
  9. DESTDIR_COMMON = $${BASE_DESTDIR}/Release
  10. }
  11. DISTFILES += \
  12. src/qml/components/MComboBox.qml \
  13. src/qml/components/MSelectDateTime.qml \
  14. src/qml/components/MTimePicker.qml