mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-12 15:56:28 +00:00
29 lines
415 B
Prolog
29 lines
415 B
Prolog
|
#-------------------------------------------------
|
||
|
#
|
||
|
# Project created by QtCreator 2015-07-30T22:53:13
|
||
|
#
|
||
|
#-------------------------------------------------
|
||
|
|
||
|
QT += core gui quick
|
||
|
|
||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||
|
|
||
|
TARGET = tomb-qt-tray
|
||
|
TEMPLATE = app
|
||
|
|
||
|
|
||
|
SOURCES += main.cpp\
|
||
|
tomb.cpp
|
||
|
|
||
|
HEADERS += tomb.h
|
||
|
|
||
|
TRANSLATIONS = i18n/tomb-qt-tray_it.ts
|
||
|
|
||
|
CONFIG += c++11
|
||
|
|
||
|
FORMS +=
|
||
|
|
||
|
DISTFILES +=
|
||
|
|
||
|
|