|
@@ -1,34 +0,0 @@
|
|
-# The set of languages for which implicit dependencies are needed:
|
|
|
|
-set(CMAKE_DEPENDS_LANGUAGES
|
|
|
|
- )
|
|
|
|
-# The set of files for implicit dependencies of each language:
|
|
|
|
-
|
|
|
|
-# Preprocessor definitions for this target.
|
|
|
|
-set(CMAKE_TARGET_DEFINITIONS
|
|
|
|
- "QT_CORE_LIB"
|
|
|
|
- "QT_GUI_LIB"
|
|
|
|
- "QT_WIDGETS_LIB"
|
|
|
|
- "_GNU_SOURCE"
|
|
|
|
- "_LARGEFILE64_SOURCE"
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
-# Targets to which this target links.
|
|
|
|
-set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
-# The include file search paths:
|
|
|
|
-set(CMAKE_C_TARGET_INCLUDE_PATH
|
|
|
|
- "."
|
|
|
|
- "/usr/include/qt"
|
|
|
|
- "/usr/include/qt/QtWidgets"
|
|
|
|
- "/usr/include/qt/QtGui"
|
|
|
|
- "/usr/include/qt/QtCore"
|
|
|
|
- "/usr/lib/qt/mkspecs/linux-g++"
|
|
|
|
- "/usr/include/qt/QtQml"
|
|
|
|
- "/usr/include/qt/QtNetwork"
|
|
|
|
- "/usr/include/qt/QtQuick"
|
|
|
|
- "/usr/include/qt/QtDBus"
|
|
|
|
- )
|
|
|
|
-set(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
|
|
-set(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
|
|
-set(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
|