valentina/Valentina.pro

31 lines
601 B
Prolog
Raw Normal View History

2013-06-20 16:09:50 +02:00
#-------------------------------------------------
#
# Project created by QtCreator 2013-06-18T12:36:43
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Valentina
TEMPLATE = app
SOURCES += main.cpp\
2013-07-03 14:29:26 +02:00
mainwindow.cpp \
widgets/vmaingraphicsscene.cpp \
dialogs/dialogsinglepoint.cpp
2013-06-20 16:09:50 +02:00
2013-07-03 14:29:26 +02:00
HEADERS += mainwindow.h \
widgets/vmaingraphicsscene.h \
dialogs/dialogsinglepoint.h \
options.h
2013-06-20 16:09:50 +02:00
2013-07-03 14:29:26 +02:00
FORMS += mainwindow.ui \
dialogs/dialogsinglepoint.ui
RESOURCES += \
icon.qrc \
cursor.qrc