彻底改版2.0
This commit is contained in:
14
third/qwtdemo/examples/simpleplot/simpleplot.pro
Normal file
14
third/qwtdemo/examples/simpleplot/simpleplot.pro
Normal file
@@ -0,0 +1,14 @@
|
||||
TARGET = simpleplot
|
||||
TEMPLATE = app
|
||||
MOC_DIR = temp/moc
|
||||
RCC_DIR = temp/rcc
|
||||
UI_DIR = temp/ui
|
||||
OBJECTS_DIR = temp/obj
|
||||
DESTDIR = $$PWD/../bin
|
||||
|
||||
SOURCES = \
|
||||
simpleplot.cpp
|
||||
|
||||
include ($$PWD/../../qwt/qwt.pri)
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += $$PWD/../../qwt
|
||||
Reference in New Issue
Block a user