test_tool1.pro 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. QT += core gui
  2. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  3. CONFIG += c++17
  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. ../sample_button_slide/custombutton.cpp \
  9. ../test_drag/mylistwidget.cpp \
  10. custommodel.cpp \
  11. customtreeview.cpp \
  12. dialog.cpp \
  13. listview_ad.cpp \
  14. listview_delgate.cpp \
  15. main.cpp \
  16. mainwindow.cpp \
  17. tool.cpp
  18. HEADERS += \
  19. ../sample_button_slide/CustomButton.h \
  20. ../test_drag/mylistwidget.h \
  21. custommodel.h \
  22. customtreeview.h \
  23. dialog.h \
  24. listview_ad.h \
  25. listview_delgate.h \
  26. mainwindow.h \
  27. tool.h
  28. FORMS += \
  29. dialog.ui \
  30. mainwindow.ui
  31. # Default rules for deployment.
  32. qnx: target.path = /tmp/$${TARGET}/bin
  33. else: unix:!android: target.path = /opt/$${TARGET}/bin
  34. !isEmpty(target.path): INSTALLS += target
  35. DISTFILES += \
  36. geshi \
  37. 格式.js