您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

rd-launcher.pro 391B

1234567891011121314151617181920212223
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2015-07-08T23:28:01
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = rd-launcher
  9. TEMPLATE = app
  10. SOURCES += main.cpp\
  11. maindialog.cpp
  12. HEADERS += maindialog.h
  13. FORMS += maindialog.ui
  14. RESOURCES += \
  15. rc.qrc