33 lines
571 B
Prolog
33 lines
571 B
Prolog
|
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
|
||
|
|
||
|
include ($$PWD/../../qwt/qwt.pri)
|
||
|
INCLUDEPATH += $$PWD
|
||
|
INCLUDEPATH += $$PWD/../../qwt
|