Files
QWidgetDemo/third/qwtdemo/examples/barchart/barchart.pro
feiyangqingyun ebfd531a91 彻底改版2.0
2021-11-17 16:41:30 +08:00

16 lines
329 B
Prolog

TARGET = barchart
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/../bin
SOURCES += main.cpp
SOURCES += barchart.cpp
HEADERS += barchart.h
include ($$PWD/../../qwt/qwt.pri)
INCLUDEPATH += $$PWD
INCLUDEPATH += $$PWD/../../qwt