mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 18:15:52 +08:00
13 lines
218 B
Prolog
13 lines
218 B
Prolog
TARGET = test
|
|
TEMPLATE = app
|
|
CONFIG += warn_on release thread
|
|
|
|
MOC_DIR = ../tmp
|
|
OBJECTS_DIR = ../tmp
|
|
DESTDIR = ./
|
|
|
|
INCLUDEPATH += ../src
|
|
LIBS += ../libQTeXEngine.a
|
|
|
|
SOURCES += test.cpp
|