#------------------------------------------------- # # Project created by QtCreator 2015-07-08T23:28:01 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = rd-launcher TEMPLATE = app SOURCES += main.cpp\ maindialog.cpp \ rdpoptions.cpp \ rdesktoplauncher.cpp \ rdpoptionshelper.cpp \ dialogconnecting.cpp \ x11helper.cpp HEADERS += maindialog.h \ rdpoptions.h \ rdesktoplauncher.h \ rdpoptionshelper.h \ dialogconnecting.h \ x11helper.h FORMS += maindialog.ui \ dialogconnecting.ui LIBS += -lX11 RESOURCES += \ rc.qrc