You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rd-launcher.pro 483B

123456789101112131415161718192021222324252627
  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. rdpoptions.cpp \
  13. rdesktoplauncher.cpp
  14. HEADERS += maindialog.h \
  15. rdpoptions.h \
  16. rdesktoplauncher.h
  17. FORMS += maindialog.ui
  18. RESOURCES += \
  19. rc.qrc