File: text-document-integration.pro

package info (click to toggle)
qcustomplot 2.1.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,024 kB
  • sloc: cpp: 25,487; sh: 180; makefile: 23
file content (27 lines) | stat: -rwxr-xr-x 610 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
22
23
24
25
26
27
#-------------------------------------------------
#
# Project created by QtCreator 2013-07-06T18:51:44
#
#-------------------------------------------------

QT       += core gui

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

greaterThan(QT_MAJOR_VERSION, 4): CONFIG += c++11
lessThan(QT_MAJOR_VERSION, 5): QMAKE_CXXFLAGS += -std=c++11

TARGET = text-document-integration
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp \
    qcpdocumentobject.cpp \
    ../../qcustomplot.cpp

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

FORMS    += mainwindow.ui