1234567891011121314151617181920212223 |
- QT += core gui network
- greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
- TARGET = Legacy_v2
- TEMPLATE = subdirs
- SUBDIRS += \
- src/Launcher \
- src/Legacy \
- src/Legacy-advanced \
- src/LegacyLauncher
- RESOURCES += \
- src/Legacy/common.qrc
|