Tomb/extras/qt-tray/qt-tray.pro

29 lines
415 B
Prolog
Raw Normal View History

2015-09-02 21:40:01 +00:00
#-------------------------------------------------
#
# 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 +=