summaryrefslogtreecommitdiffstats
path: root/examples/curveeditorapp/curveeditorapp.pro
blob: 2602ffd3a58680a2d13b2fb41f0eca145c016bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET = curveeditorapp

TEMPLATE = app

QT += widgets

CONFIG += debug

DEFINES += QT_DEPRECATED_WARNINGS

INCLUDEPATH += .

include($$PWD/../../sharedcomponents.pri)

# Input
HEADERS += \
    mainwindow.h

SOURCES += \
    main.cpp \
    mainwindow.cpp \
    examplecurvemodel.cpp