Collection of tools useful for audio production
				
			 
			
		 
		
		
		
		
		
		
			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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | # QtCreator project file
QT = core gui
CONFIG    = debug link_pkgconfig qt resources uic warn_on
PKGCONFIG = jack
TARGET   = xycontroller
TEMPLATE = app
VERSION  = 0.5.0
DEFINES  = HAVE_JACKSESSION
SOURCES  = \
    ../xycontroller.cpp \
    ../../widgets/pixmapdial.cpp \
    ../../widgets/pixmapkeyboard.cpp
HEADERS  = \
    ../../jack_utils.h \
    ../../midi_queue.h \
    ../../widgets/pixmapdial.h \
    ../../widgets/pixmapkeyboard.h
FORMS = \
    ../../../src/ui/xycontroller.ui
RESOURCES = \
    ../../../resources/resources.qrc
INCLUDEPATH = \
    ../../widgets
QMAKE_CXXFLAGS *= -std=c++0x
 |