Tomb/extras/qt-tray/qt-tray.pro
2015-09-02 23:40:01 +02:00

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 +=