AylinuxMP3Player.pro 665 B

1234567891011121314151617181920212223242526272829
  1. QT += core gui multimedia
  2. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  3. CONFIG += c++11
  4. # You can make your code fail to compile if it uses deprecated APIs.
  5. # In order to do so, uncomment the following line.
  6. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  7. SOURCES += \
  8. main.cpp \
  9. mainwindow.cpp
  10. HEADERS += \
  11. mainwindow.h
  12. FORMS += \
  13. mainwindow.ui
  14. QMAKE_CXXFLAGS += -std=gnu++11
  15. # Default rules for deployment.
  16. qnx: target.path = /tmp/$${TARGET}/bin
  17. else: unix:!android: target.path = /opt/$${TARGET}/bin
  18. !isEmpty(target.path): INSTALLS += target
  19. RESOURCES += \
  20. resimler.qrc