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

123456789101112131415161718192021222324252627282930313233343536
  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. dialogconnecting.cpp \
  16. x11helper.cpp
  17. HEADERS += maindialog.h \
  18. rdpoptions.h \
  19. rdesktoplauncher.h \
  20. rdpoptionshelper.h \
  21. dialogconnecting.h \
  22. x11helper.h
  23. FORMS += maindialog.ui \
  24. dialogconnecting.ui
  25. LIBS += -lX11
  26. RESOURCES += \
  27. rc.qrc