mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
16 lines
321 B
Prolog
16 lines
321 B
Prolog
include(../../QMapControl.pri)
|
|
QT+=network
|
|
QT+=gui
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
greaterThan(QT_MAJOR_VERSION, 4): cache()
|
|
DEPENDPATH += src
|
|
MOC_DIR = tmp
|
|
OBJECTS_DIR = obj
|
|
DESTDIR = ../bin
|
|
TARGET = Linesandpoints
|
|
|
|
# Input
|
|
HEADERS += src/linesandpoints.h
|
|
SOURCES += src/linesandpoints.cpp src/main.cpp
|
|
|