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