File: axis-tags-example.pro

package info (click to toggle)
qcustomplot 2.0.1%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,376 kB
  • sloc: cpp: 21,746; sh: 180; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport

TARGET = axis-tags-example
TEMPLATE = app

INCLUDEPATH += ../../
SOURCES += \
        main.cpp \
        mainwindow.cpp \
    ../../qcustomplot.cpp \
    axistag.cpp

HEADERS += \
        mainwindow.h \
    ../../qcustomplot.h \
    axistag.h

FORMS += \
        mainwindow.ui