Newer
Older
Import / applications / voxels / voxels.pro
@John John on 29 Dec 2020 526 bytes bulk import from macbookpro checkouts
CONFIG	+= qt warn_on debug thread opengl
HEADERS	= grid.h \
	    voxeldata.h \
	    modeleditor.h \
	    voxelview.h \
        glvoxelview.h \
	    colorselector.h
SOURCES	= main.cpp \
	    grid.cpp \
	    voxeldata.cpp \
	    modeleditor.cpp \
	    voxelview.cpp \
	    glvoxelview.cpp
#The following line was changed from INTERFACES to FORMS3 by qt3to4
FORMS3 = newvoxeldialog.ui
TARGET	= voxels
#The following line was inserted by qt3to4
QT +=  opengl qt3support 
#The following line was inserted by qt3to4
CONFIG += uic3