Newer
Older
Import / projects / LGN-IP3870 / qtpyui / server / server.pro
@John John on 29 Dec 2020 639 bytes bulk import from macbookpro checkouts
TEMPLATE      = app
TARGET        = QtPythonUI
CONFIG       -= debug
INCLUDEPATH  += ../include/python2.4 ../pythonqt
LIBS         += -L../lib -lPythonQt
QT	     += xml script

SOURCES       = main.cpp \
                canvas.cpp \
		canvasitem.cpp \
		qrectangle.cpp \
		calculator.cpp \
		qtextlabel.cpp

HEADERS       = canvas.h \
                canvasfactory.h \
                canvasitem.h \
                canvasitemfactory.h \
		qrectangle.h\
		calculator.h \
		qtextlabel.h \
                qlabelfactory.h \
                qtimerfactory.h \
		pythonoutput.h \
		qsocketnotifierfactory.h

target.path = /
INSTALLS += target