mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 02:25:50 +08:00
16 lines
317 B
Prolog
16 lines
317 B
Prolog
|
TARGET = example
|
||
|
TEMPLATE = app
|
||
|
CONFIG += warn_on release thread
|
||
|
|
||
|
MOC_DIR = ../tmp
|
||
|
OBJECTS_DIR = ../tmp
|
||
|
DESTDIR = ./
|
||
|
|
||
|
INCLUDEPATH += ../src
|
||
|
LIBS += ../libQTeXEngine.a
|
||
|
|
||
|
HEADERS = renderarea.h \
|
||
|
pixmaps.h
|
||
|
SOURCES = main.cpp \
|
||
|
renderarea.cpp
|