]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Use QT includes and definitions in the gui subdirectory only.
[apitrace] / CMakeLists.txt
index d189597779d0c6ee2a035d0918e4d50741af94ed..d90f029cfb92c4b90b6f75e4ba36504dea9476ae 100644 (file)
@@ -241,7 +241,5 @@ if (GLUT_INCLUDE_DIR)
 endif (GLUT_INCLUDE_DIR)
 
 if (QT4_FOUND AND QJSON_FOUND)
-    # Include the cmake file needed to use qt4
-    include( ${QT_USE_FILE} )
     add_subdirectory(gui)
 endif (QT4_FOUND AND QJSON_FOUND)