23 lines
393 B
Prolog
23 lines
393 B
Prolog
TARGET = itemeditor
|
|
TEMPLATE = app
|
|
MOC_DIR = temp/moc
|
|
RCC_DIR = temp/rcc
|
|
UI_DIR = temp/ui
|
|
OBJECTS_DIR = temp/obj
|
|
DESTDIR = $$PWD/../bin
|
|
|
|
HEADERS = \
|
|
editor.h \
|
|
shapefactory.h \
|
|
plot.h
|
|
|
|
SOURCES = \
|
|
editor.cpp \
|
|
shapefactory.cpp \
|
|
plot.cpp \
|
|
main.cpp
|
|
|
|
include ($$PWD/../../qwt/qwt.pri)
|
|
INCLUDEPATH += $$PWD
|
|
INCLUDEPATH += $$PWD/../../qwt
|