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