You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
585 B
33 lines
585 B
|
3 years ago
|
TARGET = controls
|
||
|
|
TEMPLATE = app
|
||
|
|
MOC_DIR = temp/moc
|
||
|
|
RCC_DIR = temp/rcc
|
||
|
|
UI_DIR = temp/ui
|
||
|
|
OBJECTS_DIR = temp/obj
|
||
|
|
DESTDIR = $$PWD/../bin
|
||
|
|
|
||
|
|
HEADERS = \
|
||
|
|
sliderbox.h \
|
||
|
|
slidertab.h \
|
||
|
|
wheelbox.h \
|
||
|
|
wheeltab.h \
|
||
|
|
knobbox.h \
|
||
|
|
knobtab.h \
|
||
|
|
dialbox.h \
|
||
|
|
dialtab.h
|
||
|
|
|
||
|
|
SOURCES = \
|
||
|
|
sliderbox.cpp \
|
||
|
|
slidertab.cpp \
|
||
|
|
wheelbox.cpp \
|
||
|
|
wheeltab.cpp \
|
||
|
|
knobbox.cpp \
|
||
|
|
knobtab.cpp \
|
||
|
|
dialbox.cpp \
|
||
|
|
dialtab.cpp \
|
||
|
|
main.cpp
|
||
|
|
|
||
|
|
INCLUDEPATH += $$PWD
|
||
|
|
INCLUDEPATH += $$PWD/../../../3rd_qwt
|
||
|
|
include ($$PWD/../../../3rd_qwt/3rd_qwt.pri)
|