File: grplotWidget_ex.pro

package info (click to toggle)
gr-framework 0.73.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 11,600 kB
  • sloc: ansic: 87,413; cpp: 45,348; objc: 3,057; javascript: 2,647; makefile: 1,129; python: 1,000; sh: 991; yacc: 855; pascal: 554; fortran: 228
file content (16 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GRDIR = $$(GRDIR)
isEmpty(GRDIR) {
  GRDIR = /usr/local/gr
}
TEMPLATE = app
TARGET = grplotWidget_ex
INCLUDEPATH += $$GRDIR/include $$GRDIR/include/grplotWidget
LIBS += -L$$GRDIR/lib -lGR -lGRM -lgrplotWidget

QT += widgets

QMAKE_RPATHDIR += $$GRDIR/lib

HEADERS += main_window.h
SOURCES += main.cpp \
           main_window.cpp