ScreenTranslator/ScreenTranslator.pro

33 lines
588 B
Prolog
Raw Normal View History

2013-11-23 13:48:34 +07:00
#-------------------------------------------------
#
# Project created by QtCreator 2013-11-22T12:00:23
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ScreenTranslator
TEMPLATE = app
SOURCES += main.cpp\
Manager.cpp \
SettingsEditor.cpp \
SelectionDialog.cpp \
GlobalActionHelper.cpp
HEADERS += \
Manager.h \
SettingsEditor.h \
SelectionDialog.h \
GlobalActionHelper.h
FORMS += \
SettingsEditor.ui \
SelectionDialog.ui
RESOURCES += \
Recources.qrc