parent
18f50d5b7e
commit
da8f973114
Binary file not shown.
@ -1,483 +0,0 @@
|
|||||||
#############################################################################
|
|
||||||
# Makefile for building: 2048-qt
|
|
||||||
# Generated by qmake (3.0) (Qt 5.3.1)
|
|
||||||
# Project: ../../2048-qt.pro
|
|
||||||
# Template: app
|
|
||||||
# Command: /usr/lib/qt/bin/qmake -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ../../2048-qt.pro
|
|
||||||
#############################################################################
|
|
||||||
|
|
||||||
MAKEFILE = Makefile
|
|
||||||
|
|
||||||
####### Compiler, tools and options
|
|
||||||
|
|
||||||
CC = gcc
|
|
||||||
CXX = g++
|
|
||||||
DEFINES = -DAPP_VERSION=\"0.1.5\" -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_QUICK_LIB -DQT_QML_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB
|
|
||||||
CFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIE $(DEFINES)
|
|
||||||
CXXFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIE $(DEFINES)
|
|
||||||
INCPATH = -I/usr/lib/qt/mkspecs/linux-g++ -I../../../2048-Qt -isystem /usr/include/qt -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -I.
|
|
||||||
LINK = g++
|
|
||||||
LFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro
|
|
||||||
LIBS = $(SUBLIBS) -lQt5Quick -lQt5Qml -lQt5Widgets -lQt5Network -lQt5Gui -lQt5Core -lGL -lpthread
|
|
||||||
AR = ar cqs
|
|
||||||
RANLIB =
|
|
||||||
QMAKE = /usr/lib/qt/bin/qmake
|
|
||||||
TAR = tar -cf
|
|
||||||
COMPRESS = gzip -9f
|
|
||||||
COPY = cp -f
|
|
||||||
SED = sed
|
|
||||||
COPY_FILE = cp -f
|
|
||||||
COPY_DIR = cp -f -R
|
|
||||||
STRIP = strip
|
|
||||||
INSTALL_FILE = install -m 644 -p
|
|
||||||
INSTALL_DIR = $(COPY_DIR)
|
|
||||||
INSTALL_PROGRAM = install -m 755 -p
|
|
||||||
DEL_FILE = rm -f
|
|
||||||
SYMLINK = ln -f -s
|
|
||||||
DEL_DIR = rmdir
|
|
||||||
MOVE = mv -f
|
|
||||||
CHK_DIR_EXISTS= test -d
|
|
||||||
MKDIR = mkdir -p
|
|
||||||
|
|
||||||
####### Output directory
|
|
||||||
|
|
||||||
OBJECTS_DIR = ./
|
|
||||||
|
|
||||||
####### Files
|
|
||||||
|
|
||||||
SOURCES = ../../main.cpp \
|
|
||||||
../../myclass.cpp \
|
|
||||||
../../settings.cpp qrc_resources.cpp \
|
|
||||||
moc_myclass.cpp \
|
|
||||||
moc_settings.cpp
|
|
||||||
OBJECTS = main.o \
|
|
||||||
myclass.o \
|
|
||||||
settings.o \
|
|
||||||
qrc_resources.o \
|
|
||||||
moc_myclass.o \
|
|
||||||
moc_settings.o
|
|
||||||
DIST = /usr/lib/qt/mkspecs/features/spec_pre.prf \
|
|
||||||
/usr/lib/qt/mkspecs/common/shell-unix.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/unix.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/linux.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/gcc-base.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/gcc-base-unix.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/g++-base.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/g++-unix.conf \
|
|
||||||
/usr/lib/qt/mkspecs/qconfig.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_clucene_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_core.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_declarative.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_declarative_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_help.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_network.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_platformsupport_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_script.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/features/qt_functions.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/qt_config.prf \
|
|
||||||
/usr/lib/qt/mkspecs/linux-g++/qmake.conf \
|
|
||||||
/usr/lib/qt/mkspecs/features/spec_post.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/exclusive_builds.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/default_pre.prf \
|
|
||||||
../../../../deployment.pri \
|
|
||||||
/usr/lib/qt/mkspecs/features/resolve_config.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/default_post.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/qml_debug.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/declarative_debug.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/warn_on.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/qt.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/resources.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/moc.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/unix/opengl.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/uic.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/unix/thread.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/testcase_targets.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/exceptions.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/yacc.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/lex.prf \
|
|
||||||
../../../../2048-qt.pro ../../main.cpp \
|
|
||||||
../../myclass.cpp \
|
|
||||||
../../settings.cpp
|
|
||||||
QMAKE_TARGET = 2048-qt
|
|
||||||
DESTDIR = #avoid trailing-slash linebreak
|
|
||||||
TARGET = 2048-qt
|
|
||||||
|
|
||||||
|
|
||||||
first: all
|
|
||||||
####### Implicit rules
|
|
||||||
|
|
||||||
.SUFFIXES: .o .c .cpp .cc .cxx .C
|
|
||||||
|
|
||||||
.cpp.o:
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
|
|
||||||
|
|
||||||
.cc.o:
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
|
|
||||||
|
|
||||||
.cxx.o:
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
|
|
||||||
|
|
||||||
.C.o:
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
|
|
||||||
|
|
||||||
.c.o:
|
|
||||||
$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
|
|
||||||
|
|
||||||
####### Build rules
|
|
||||||
|
|
||||||
all: Makefile $(TARGET)
|
|
||||||
|
|
||||||
$(TARGET): $(OBJECTS)
|
|
||||||
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
|
|
||||||
|
|
||||||
Makefile: ../../2048-qt.pro /usr/lib/qt/mkspecs/linux-g++/qmake.conf /usr/lib/qt/mkspecs/features/spec_pre.prf \
|
|
||||||
/usr/lib/qt/mkspecs/common/shell-unix.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/unix.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/linux.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/gcc-base.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/gcc-base-unix.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/g++-base.conf \
|
|
||||||
/usr/lib/qt/mkspecs/common/g++-unix.conf \
|
|
||||||
/usr/lib/qt/mkspecs/qconfig.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_clucene_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_core.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_declarative.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_declarative_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designer.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_gui.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_help.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_network.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_platformsupport_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qml.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quick.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_script.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sql.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xml.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/features/qt_functions.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/qt_config.prf \
|
|
||||||
/usr/lib/qt/mkspecs/linux-g++/qmake.conf \
|
|
||||||
/usr/lib/qt/mkspecs/features/spec_post.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/exclusive_builds.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/default_pre.prf \
|
|
||||||
../../deployment.pri \
|
|
||||||
/usr/lib/qt/mkspecs/features/resolve_config.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/default_post.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/qml_debug.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/declarative_debug.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/warn_on.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/qt.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/resources.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/moc.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/unix/opengl.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/uic.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/unix/thread.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/testcase_targets.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/exceptions.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/yacc.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/lex.prf \
|
|
||||||
../../2048-qt.pro \
|
|
||||||
../../resources.qrc \
|
|
||||||
/usr/lib/libQt5Quick.prl \
|
|
||||||
/usr/lib/libQt5Qml.prl \
|
|
||||||
/usr/lib/libQt5Widgets.prl \
|
|
||||||
/usr/lib/libQt5Network.prl \
|
|
||||||
/usr/lib/libQt5Gui.prl \
|
|
||||||
/usr/lib/libQt5Core.prl
|
|
||||||
$(QMAKE) -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ../../2048-qt.pro
|
|
||||||
/usr/lib/qt/mkspecs/features/spec_pre.prf:
|
|
||||||
/usr/lib/qt/mkspecs/common/shell-unix.conf:
|
|
||||||
/usr/lib/qt/mkspecs/common/unix.conf:
|
|
||||||
/usr/lib/qt/mkspecs/common/linux.conf:
|
|
||||||
/usr/lib/qt/mkspecs/common/gcc-base.conf:
|
|
||||||
/usr/lib/qt/mkspecs/common/gcc-base-unix.conf:
|
|
||||||
/usr/lib/qt/mkspecs/common/g++-base.conf:
|
|
||||||
/usr/lib/qt/mkspecs/common/g++-unix.conf:
|
|
||||||
/usr/lib/qt/mkspecs/qconfig.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_clucene_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_concurrent.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_concurrent_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_core.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_core_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_dbus.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_dbus_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_declarative.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_declarative_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designer.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designer_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_designercomponents_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_gui.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_gui_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_help.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_help_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_network.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_network_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_opengl.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_opengl_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_openglextensions_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_platformsupport_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_positioning.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_positioning_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_printsupport.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_printsupport_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qml.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qml_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmldevtools_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmltest.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_qmltest_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quick.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quick_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickparticles_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_quickwidgets_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_script.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_script_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_scripttools.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sensors.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sensors_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sql.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_sql_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_testlib.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_testlib_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_uitools.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_uitools_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_widgets.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_widgets_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xml.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xml_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_xmlpatterns_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/features/qt_functions.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/qt_config.prf:
|
|
||||||
/usr/lib/qt/mkspecs/linux-g++/qmake.conf:
|
|
||||||
/usr/lib/qt/mkspecs/features/spec_post.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/exclusive_builds.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/default_pre.prf:
|
|
||||||
../../deployment.pri:
|
|
||||||
/usr/lib/qt/mkspecs/features/resolve_config.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/default_post.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/qml_debug.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/declarative_debug.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/warn_on.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/qt.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/resources.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/moc.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/unix/opengl.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/uic.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/unix/thread.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/testcase_targets.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/exceptions.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/yacc.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/lex.prf:
|
|
||||||
../../2048-qt.pro:
|
|
||||||
../../resources.qrc:
|
|
||||||
/usr/lib/libQt5Quick.prl:
|
|
||||||
/usr/lib/libQt5Qml.prl:
|
|
||||||
/usr/lib/libQt5Widgets.prl:
|
|
||||||
/usr/lib/libQt5Network.prl:
|
|
||||||
/usr/lib/libQt5Gui.prl:
|
|
||||||
/usr/lib/libQt5Core.prl:
|
|
||||||
qmake: FORCE
|
|
||||||
@$(QMAKE) -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug CONFIG+=qml_debug -o Makefile ../../2048-qt.pro
|
|
||||||
|
|
||||||
qmake_all: FORCE
|
|
||||||
|
|
||||||
dist:
|
|
||||||
@test -d .tmp/2048-qt0.1.5 || mkdir -p .tmp/2048-qt0.1.5
|
|
||||||
$(COPY_FILE) --parents $(DIST) .tmp/2048-qt0.1.5/ && $(COPY_FILE) --parents ../../resources.qrc .tmp/2048-qt0.1.5/ && $(COPY_FILE) --parents ../../myclass.h ../../settings.h .tmp/2048-qt0.1.5/ && $(COPY_FILE) --parents ../../main.cpp ../../myclass.cpp ../../settings.cpp .tmp/2048-qt0.1.5/ && $(COPY_FILE) --parents ts/2048-qt_zh_CN.ts ts/2048-qt_ru_RU.ts ts/2048-qt_pl_PL.ts .tmp/2048-qt0.1.5/ && (cd `dirname .tmp/2048-qt0.1.5` && $(TAR) 2048-qt0.1.5.tar 2048-qt0.1.5 && $(COMPRESS) 2048-qt0.1.5.tar) && $(MOVE) `dirname .tmp/2048-qt0.1.5`/2048-qt0.1.5.tar.gz . && $(DEL_FILE) -r .tmp/2048-qt0.1.5
|
|
||||||
|
|
||||||
|
|
||||||
clean:compiler_clean
|
|
||||||
-$(DEL_FILE) $(OBJECTS)
|
|
||||||
-$(DEL_FILE) *~ core *.core
|
|
||||||
|
|
||||||
|
|
||||||
distclean: clean
|
|
||||||
-$(DEL_FILE) $(TARGET)
|
|
||||||
-$(DEL_FILE) Makefile
|
|
||||||
|
|
||||||
|
|
||||||
####### Sub-libraries
|
|
||||||
|
|
||||||
mocclean: compiler_moc_header_clean compiler_moc_source_clean
|
|
||||||
|
|
||||||
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
|
|
||||||
|
|
||||||
check: first
|
|
||||||
|
|
||||||
compiler_rcc_make_all: qrc_resources.cpp
|
|
||||||
compiler_rcc_clean:
|
|
||||||
-$(DEL_FILE) qrc_resources.cpp
|
|
||||||
qrc_resources.cpp: ../../resources.qrc \
|
|
||||||
../../qml/2048.js \
|
|
||||||
../../qml/Tile.qml \
|
|
||||||
../../qml/main.qml \
|
|
||||||
../../ts/2048-qt_pl_PL.qm \
|
|
||||||
../../ts/2048-qt_ru_RU.qm \
|
|
||||||
../../ts/2048-qt_zh_CN.qm \
|
|
||||||
../../fonts/DroidSansFallback.ttf
|
|
||||||
/usr/lib/qt/bin/rcc -name resources ../../resources.qrc -o qrc_resources.cpp
|
|
||||||
|
|
||||||
compiler_moc_header_make_all: moc_myclass.cpp moc_settings.cpp
|
|
||||||
compiler_moc_header_clean:
|
|
||||||
-$(DEL_FILE) moc_myclass.cpp moc_settings.cpp
|
|
||||||
moc_myclass.cpp: ../../myclass.h
|
|
||||||
/usr/lib/qt/bin/moc $(DEFINES) -I/usr/lib/qt/mkspecs/linux-g++ -I/home/enedil/projects/2048-Qt -I/usr/include/qt -I/usr/include/qt/QtQuick -I/usr/include/qt/QtQml -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I/usr/include/c++/4.9.0 -I/usr/include/c++/4.9.0/i686-pc-linux-gnu -I/usr/include/c++/4.9.0/backward -I/usr/lib/gcc/i686-pc-linux-gnu/4.9.0/include -I/usr/local/include -I/usr/lib/gcc/i686-pc-linux-gnu/4.9.0/include-fixed -I/usr/include ../../myclass.h -o moc_myclass.cpp
|
|
||||||
|
|
||||||
moc_settings.cpp: ../../settings.h
|
|
||||||
/usr/lib/qt/bin/moc $(DEFINES) -I/usr/lib/qt/mkspecs/linux-g++ -I/home/enedil/projects/2048-Qt -I/usr/include/qt -I/usr/include/qt/QtQuick -I/usr/include/qt/QtQml -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -I/usr/include/c++/4.9.0 -I/usr/include/c++/4.9.0/i686-pc-linux-gnu -I/usr/include/c++/4.9.0/backward -I/usr/lib/gcc/i686-pc-linux-gnu/4.9.0/include -I/usr/local/include -I/usr/lib/gcc/i686-pc-linux-gnu/4.9.0/include-fixed -I/usr/include ../../settings.h -o moc_settings.cpp
|
|
||||||
|
|
||||||
compiler_moc_source_make_all:
|
|
||||||
compiler_moc_source_clean:
|
|
||||||
compiler_uic_make_all:
|
|
||||||
compiler_uic_clean:
|
|
||||||
compiler_yacc_decl_make_all:
|
|
||||||
compiler_yacc_decl_clean:
|
|
||||||
compiler_yacc_impl_make_all:
|
|
||||||
compiler_yacc_impl_clean:
|
|
||||||
compiler_lex_make_all:
|
|
||||||
compiler_lex_clean:
|
|
||||||
compiler_clean: compiler_rcc_clean compiler_moc_header_clean
|
|
||||||
|
|
||||||
####### Compile
|
|
||||||
|
|
||||||
main.o: ../../main.cpp ../../myclass.h \
|
|
||||||
../../settings.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../../main.cpp
|
|
||||||
|
|
||||||
myclass.o: ../../myclass.cpp ../../myclass.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o myclass.o ../../myclass.cpp
|
|
||||||
|
|
||||||
settings.o: ../../settings.cpp ../../settings.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o settings.o ../../settings.cpp
|
|
||||||
|
|
||||||
qrc_resources.o: qrc_resources.cpp
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qrc_resources.o qrc_resources.cpp
|
|
||||||
|
|
||||||
moc_myclass.o: moc_myclass.cpp
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_myclass.o moc_myclass.cpp
|
|
||||||
|
|
||||||
moc_settings.o: moc_settings.cpp
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_settings.o moc_settings.cpp
|
|
||||||
|
|
||||||
####### Install
|
|
||||||
|
|
||||||
install_target: first FORCE
|
|
||||||
@test -d $(INSTALL_ROOT)/opt/2048-qt/bin || mkdir -p $(INSTALL_ROOT)/opt/2048-qt/bin
|
|
||||||
-$(INSTALL_PROGRAM) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/opt/2048-qt/bin/$(QMAKE_TARGET)"
|
|
||||||
|
|
||||||
uninstall_target: FORCE
|
|
||||||
-$(DEL_FILE) "$(INSTALL_ROOT)/opt/2048-qt/bin/$(QMAKE_TARGET)"
|
|
||||||
-$(DEL_DIR) $(INSTALL_ROOT)/opt/2048-qt/bin/
|
|
||||||
|
|
||||||
|
|
||||||
install: install_target FORCE
|
|
||||||
|
|
||||||
uninstall: uninstall_target FORCE
|
|
||||||
|
|
||||||
FORCE:
|
|
||||||
|
|
Binary file not shown.
@ -1,109 +0,0 @@
|
|||||||
/****************************************************************************
|
|
||||||
** Meta object code from reading C++ file 'myclass.h'
|
|
||||||
**
|
|
||||||
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.1)
|
|
||||||
**
|
|
||||||
** WARNING! All changes made in this file will be lost!
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../../myclass.h"
|
|
||||||
#include <QtCore/qbytearray.h>
|
|
||||||
#include <QtCore/qmetatype.h>
|
|
||||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
||||||
#error "The header file 'myclass.h' doesn't include <QObject>."
|
|
||||||
#elif Q_MOC_OUTPUT_REVISION != 67
|
|
||||||
#error "This file was generated using the moc from 5.3.1. It"
|
|
||||||
#error "cannot be used with the include files from this version of Qt."
|
|
||||||
#error "(The moc has changed too much.)"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
QT_BEGIN_MOC_NAMESPACE
|
|
||||||
struct qt_meta_stringdata_MyClass_t {
|
|
||||||
QByteArrayData data[3];
|
|
||||||
char stringdata[17];
|
|
||||||
};
|
|
||||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
||||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
||||||
qptrdiff(offsetof(qt_meta_stringdata_MyClass_t, stringdata) + ofs \
|
|
||||||
- idx * sizeof(QByteArrayData)) \
|
|
||||||
)
|
|
||||||
static const qt_meta_stringdata_MyClass_t qt_meta_stringdata_MyClass = {
|
|
||||||
{
|
|
||||||
QT_MOC_LITERAL(0, 0, 7),
|
|
||||||
QT_MOC_LITERAL(1, 8, 7),
|
|
||||||
QT_MOC_LITERAL(2, 16, 0)
|
|
||||||
},
|
|
||||||
"MyClass\0aboutQt\0"
|
|
||||||
};
|
|
||||||
#undef QT_MOC_LITERAL
|
|
||||||
|
|
||||||
static const uint qt_meta_data_MyClass[] = {
|
|
||||||
|
|
||||||
// content:
|
|
||||||
7, // revision
|
|
||||||
0, // classname
|
|
||||||
0, 0, // classinfo
|
|
||||||
1, 14, // methods
|
|
||||||
0, 0, // properties
|
|
||||||
0, 0, // enums/sets
|
|
||||||
0, 0, // constructors
|
|
||||||
0, // flags
|
|
||||||
0, // signalCount
|
|
||||||
|
|
||||||
// slots: name, argc, parameters, tag, flags
|
|
||||||
1, 0, 19, 2, 0x0a /* Public */,
|
|
||||||
|
|
||||||
// slots: parameters
|
|
||||||
QMetaType::Void,
|
|
||||||
|
|
||||||
0 // eod
|
|
||||||
};
|
|
||||||
|
|
||||||
void MyClass::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
||||||
{
|
|
||||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
||||||
MyClass *_t = static_cast<MyClass *>(_o);
|
|
||||||
switch (_id) {
|
|
||||||
case 0: _t->aboutQt(); break;
|
|
||||||
default: ;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Q_UNUSED(_a);
|
|
||||||
}
|
|
||||||
|
|
||||||
const QMetaObject MyClass::staticMetaObject = {
|
|
||||||
{ &QObject::staticMetaObject, qt_meta_stringdata_MyClass.data,
|
|
||||||
qt_meta_data_MyClass, qt_static_metacall, 0, 0}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
const QMetaObject *MyClass::metaObject() const
|
|
||||||
{
|
|
||||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
void *MyClass::qt_metacast(const char *_clname)
|
|
||||||
{
|
|
||||||
if (!_clname) return 0;
|
|
||||||
if (!strcmp(_clname, qt_meta_stringdata_MyClass.stringdata))
|
|
||||||
return static_cast<void*>(const_cast< MyClass*>(this));
|
|
||||||
return QObject::qt_metacast(_clname);
|
|
||||||
}
|
|
||||||
|
|
||||||
int MyClass::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
||||||
{
|
|
||||||
_id = QObject::qt_metacall(_c, _id, _a);
|
|
||||||
if (_id < 0)
|
|
||||||
return _id;
|
|
||||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
||||||
if (_id < 1)
|
|
||||||
qt_static_metacall(this, _c, _id, _a);
|
|
||||||
_id -= 1;
|
|
||||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
||||||
if (_id < 1)
|
|
||||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
|
||||||
_id -= 1;
|
|
||||||
}
|
|
||||||
return _id;
|
|
||||||
}
|
|
||||||
QT_END_MOC_NAMESPACE
|
|
Binary file not shown.
@ -1,125 +0,0 @@
|
|||||||
/****************************************************************************
|
|
||||||
** Meta object code from reading C++ file 'settings.h'
|
|
||||||
**
|
|
||||||
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.1)
|
|
||||||
**
|
|
||||||
** WARNING! All changes made in this file will be lost!
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../../settings.h"
|
|
||||||
#include <QtCore/qbytearray.h>
|
|
||||||
#include <QtCore/qmetatype.h>
|
|
||||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
||||||
#error "The header file 'settings.h' doesn't include <QObject>."
|
|
||||||
#elif Q_MOC_OUTPUT_REVISION != 67
|
|
||||||
#error "This file was generated using the moc from 5.3.1. It"
|
|
||||||
#error "cannot be used with the include files from this version of Qt."
|
|
||||||
#error "(The moc has changed too much.)"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
QT_BEGIN_MOC_NAMESPACE
|
|
||||||
struct qt_meta_stringdata_Settings_t {
|
|
||||||
QByteArrayData data[7];
|
|
||||||
char stringdata[53];
|
|
||||||
};
|
|
||||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
||||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
||||||
qptrdiff(offsetof(qt_meta_stringdata_Settings_t, stringdata) + ofs \
|
|
||||||
- idx * sizeof(QByteArrayData)) \
|
|
||||||
)
|
|
||||||
static const qt_meta_stringdata_Settings_t qt_meta_stringdata_Settings = {
|
|
||||||
{
|
|
||||||
QT_MOC_LITERAL(0, 0, 8),
|
|
||||||
QT_MOC_LITERAL(1, 9, 8),
|
|
||||||
QT_MOC_LITERAL(2, 18, 0),
|
|
||||||
QT_MOC_LITERAL(3, 19, 3),
|
|
||||||
QT_MOC_LITERAL(4, 23, 5),
|
|
||||||
QT_MOC_LITERAL(5, 29, 12),
|
|
||||||
QT_MOC_LITERAL(6, 42, 10)
|
|
||||||
},
|
|
||||||
"Settings\0setValue\0\0key\0value\0defaultValue\0"
|
|
||||||
"getVersion"
|
|
||||||
};
|
|
||||||
#undef QT_MOC_LITERAL
|
|
||||||
|
|
||||||
static const uint qt_meta_data_Settings[] = {
|
|
||||||
|
|
||||||
// content:
|
|
||||||
7, // revision
|
|
||||||
0, // classname
|
|
||||||
0, 0, // classinfo
|
|
||||||
4, 14, // methods
|
|
||||||
0, 0, // properties
|
|
||||||
0, 0, // enums/sets
|
|
||||||
0, 0, // constructors
|
|
||||||
0, // flags
|
|
||||||
0, // signalCount
|
|
||||||
|
|
||||||
// methods: name, argc, parameters, tag, flags
|
|
||||||
1, 2, 34, 2, 0x02 /* Public */,
|
|
||||||
4, 2, 39, 2, 0x02 /* Public */,
|
|
||||||
4, 1, 44, 2, 0x22 /* Public | MethodCloned */,
|
|
||||||
6, 0, 47, 2, 0x02 /* Public */,
|
|
||||||
|
|
||||||
// methods: parameters
|
|
||||||
QMetaType::Void, QMetaType::QString, QMetaType::QVariant, 3, 4,
|
|
||||||
QMetaType::QVariant, QMetaType::QString, QMetaType::QVariant, 3, 5,
|
|
||||||
QMetaType::QVariant, QMetaType::QString, 3,
|
|
||||||
QMetaType::QString,
|
|
||||||
|
|
||||||
0 // eod
|
|
||||||
};
|
|
||||||
|
|
||||||
void Settings::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
||||||
{
|
|
||||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
||||||
Settings *_t = static_cast<Settings *>(_o);
|
|
||||||
switch (_id) {
|
|
||||||
case 0: _t->setValue((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QVariant(*)>(_a[2]))); break;
|
|
||||||
case 1: { QVariant _r = _t->value((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QVariant(*)>(_a[2])));
|
|
||||||
if (_a[0]) *reinterpret_cast< QVariant*>(_a[0]) = _r; } break;
|
|
||||||
case 2: { QVariant _r = _t->value((*reinterpret_cast< const QString(*)>(_a[1])));
|
|
||||||
if (_a[0]) *reinterpret_cast< QVariant*>(_a[0]) = _r; } break;
|
|
||||||
case 3: { QString _r = _t->getVersion();
|
|
||||||
if (_a[0]) *reinterpret_cast< QString*>(_a[0]) = _r; } break;
|
|
||||||
default: ;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const QMetaObject Settings::staticMetaObject = {
|
|
||||||
{ &QObject::staticMetaObject, qt_meta_stringdata_Settings.data,
|
|
||||||
qt_meta_data_Settings, qt_static_metacall, 0, 0}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
const QMetaObject *Settings::metaObject() const
|
|
||||||
{
|
|
||||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
void *Settings::qt_metacast(const char *_clname)
|
|
||||||
{
|
|
||||||
if (!_clname) return 0;
|
|
||||||
if (!strcmp(_clname, qt_meta_stringdata_Settings.stringdata))
|
|
||||||
return static_cast<void*>(const_cast< Settings*>(this));
|
|
||||||
return QObject::qt_metacast(_clname);
|
|
||||||
}
|
|
||||||
|
|
||||||
int Settings::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
||||||
{
|
|
||||||
_id = QObject::qt_metacall(_c, _id, _a);
|
|
||||||
if (_id < 0)
|
|
||||||
return _id;
|
|
||||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
||||||
if (_id < 4)
|
|
||||||
qt_static_metacall(this, _c, _id, _a);
|
|
||||||
_id -= 4;
|
|
||||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
||||||
if (_id < 4)
|
|
||||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
|
||||||
_id -= 4;
|
|
||||||
}
|
|
||||||
return _id;
|
|
||||||
}
|
|
||||||
QT_END_MOC_NAMESPACE
|
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
Reference in new issue