1234567891011121314151617181920212223242526272829 |
- #-------------------------------------------------
- #
- # 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
-
- HEADERS += maindialog.h \
- rdpoptions.h \
- rdesktoplauncher.h \
- rdpoptionshelper.h
-
- FORMS += maindialog.ui
-
- RESOURCES += \
- rc.qrc
|