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 535B

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