Updated package file

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@42 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-02-09 10:47:42 +00:00
parent 647ec15eac
commit ef84051066
2 changed files with 171 additions and 168 deletions

View File

@@ -14,11 +14,11 @@ QT += opengl network script sql webkit
################################################################################ ################################################################################
# Add toplevel directory to include path # Add toplevel directory to include path
# TOPDIR has to be specified in a .qmake.cach file in your projects toplevel # TOPDIR has to be specified in a .qmake.cache file in your projects toplevel
# directory # directory
################################################################################ ################################################################################
INCLUDEPATH = $$quote( $${TOPDIR} ) INCLUDEPATH = $$quote( $${TOPDIR} )
DEPENDPATH = $$quote( $${TOPDIR} ) DEPENDPATH = $$quote( $${TOPDIR} )
################################################################################ ################################################################################
# Define header Extension # Define header Extension

View File

@@ -12,7 +12,10 @@ defineTest( glew ) {
} }
defineTest( qt ) { defineTest( qt ) {
CONFIG *= uitools
export(CONFIG)
QT += opengl network script sql
export(QT)
} }
defineTest( glut ) { defineTest( glut ) {