Updated package file
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@42 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user