mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
16 lines
302 B
Prolog
16 lines
302 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
|