Removed leftovers
This commit is contained in:
parent
e1c5f889e7
commit
ab019db1f6
|
@ -1,8 +0,0 @@
|
||||||
#include <iostream>
|
|
||||||
#include "DynamicQObject.h"
|
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
|
||||||
{
|
|
||||||
DynamicQObject object;
|
|
||||||
return 0;
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
[Project]
|
|
||||||
Manager=KDevQMakeManager
|
|
||||||
Name=DynamicQObject
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,504 +0,0 @@
|
||||||
#############################################################################
|
|
||||||
# Makefile for building: DynamicQObject
|
|
||||||
# Generated by qmake (3.0) (Qt 5.3.1)
|
|
||||||
# Project: ../DynamicQObject.pro
|
|
||||||
# Template: app
|
|
||||||
# Command: /usr/lib/qt/bin/qmake -o Makefile ../DynamicQObject.pro
|
|
||||||
#############################################################################
|
|
||||||
|
|
||||||
MAKEFILE = Makefile
|
|
||||||
|
|
||||||
####### Compiler, tools and options
|
|
||||||
|
|
||||||
CC = gcc
|
|
||||||
CXX = g++
|
|
||||||
DEFINES = -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
|
|
||||||
CFLAGS = -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE $(DEFINES)
|
|
||||||
CXXFLAGS = -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -std=c++0x -Wall -W -D_REENTRANT -fPIE $(DEFINES)
|
|
||||||
INCPATH = -I/usr/lib/qt/mkspecs/linux-g++ -I../../DynamicQObject -I../../DynamicQObject -I../private -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -I.
|
|
||||||
LINK = g++
|
|
||||||
LFLAGS = -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1
|
|
||||||
LIBS = $(SUBLIBS) -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 = ../DynamicQObject.cpp \
|
|
||||||
../main.cpp \
|
|
||||||
../PrinterObject.cpp \
|
|
||||||
../dynamicmetaobject.cpp \
|
|
||||||
../private/qmetaobjectbuilder.cpp \
|
|
||||||
../private/qmetaobject.cpp \
|
|
||||||
../private/qmetatype.cpp \
|
|
||||||
../Signal.cpp \
|
|
||||||
../Slot.cpp moc_PrinterObject.cpp
|
|
||||||
OBJECTS = DynamicQObject.o \
|
|
||||||
main.o \
|
|
||||||
PrinterObject.o \
|
|
||||||
dynamicmetaobject.o \
|
|
||||||
qmetaobjectbuilder.o \
|
|
||||||
qmetaobject.o \
|
|
||||||
qmetatype.o \
|
|
||||||
Signal.o \
|
|
||||||
Slot.o \
|
|
||||||
moc_PrinterObject.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_multimedia.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_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_qtmultimediaquicktools_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_svg.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_svg_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_v8.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 \
|
|
||||||
/usr/lib/qt/mkspecs/features/resolve_config.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/default_post.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/c++11.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/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 \
|
|
||||||
../../DynamicQObject.pro ../DynamicQObject.cpp \
|
|
||||||
../main.cpp \
|
|
||||||
../PrinterObject.cpp \
|
|
||||||
../dynamicmetaobject.cpp \
|
|
||||||
../private/qmetaobjectbuilder.cpp \
|
|
||||||
../private/qmetaobject.cpp \
|
|
||||||
../private/qmetatype.cpp \
|
|
||||||
../Signal.cpp \
|
|
||||||
../Slot.cpp
|
|
||||||
QMAKE_TARGET = DynamicQObject
|
|
||||||
DESTDIR = #avoid trailing-slash linebreak
|
|
||||||
TARGET = DynamicQObject
|
|
||||||
|
|
||||||
|
|
||||||
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: ../DynamicQObject.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_multimedia.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_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_qtmultimediaquicktools_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_svg.pri \
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_svg_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_v8.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 \
|
|
||||||
/usr/lib/qt/mkspecs/features/resolve_config.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/default_post.prf \
|
|
||||||
/usr/lib/qt/mkspecs/features/c++11.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/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 \
|
|
||||||
../DynamicQObject.pro \
|
|
||||||
/usr/lib/libQt5Gui.prl \
|
|
||||||
/usr/lib/libQt5Core.prl
|
|
||||||
$(QMAKE) -o Makefile ../DynamicQObject.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_multimedia.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimedia_private.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_multimediawidgets_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_qtmultimediaquicktools_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_svg.pri:
|
|
||||||
/usr/lib/qt/mkspecs/modules/qt_lib_svg_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_v8.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:
|
|
||||||
/usr/lib/qt/mkspecs/features/resolve_config.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/default_post.prf:
|
|
||||||
/usr/lib/qt/mkspecs/features/c++11.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/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:
|
|
||||||
../DynamicQObject.pro:
|
|
||||||
/usr/lib/libQt5Gui.prl:
|
|
||||||
/usr/lib/libQt5Core.prl:
|
|
||||||
qmake: FORCE
|
|
||||||
@$(QMAKE) -o Makefile ../DynamicQObject.pro
|
|
||||||
|
|
||||||
qmake_all: FORCE
|
|
||||||
|
|
||||||
dist:
|
|
||||||
@test -d .tmp/DynamicQObject1.0.0 || mkdir -p .tmp/DynamicQObject1.0.0
|
|
||||||
$(COPY_FILE) --parents $(DIST) .tmp/DynamicQObject1.0.0/ && $(COPY_FILE) --parents ../DynamicQObject.h ../PrinterObject.h ../dynamicmetaobject.h ../private/qmetaobjectbuilder_p.h ../private/qmetaobject_p.h ../private/qobject_p.h ../private/qmetaobject_moc_p.h ../private/qmetaobject.h ../private/qmetatype_p.h ../private/qmetatype.h ../private/qmetatypeswitcher_p.h ../Signal.h ../Slot.h .tmp/DynamicQObject1.0.0/ && $(COPY_FILE) --parents ../DynamicQObject.cpp ../main.cpp ../PrinterObject.cpp ../dynamicmetaobject.cpp ../private/qmetaobjectbuilder.cpp ../private/qmetaobject.cpp ../private/qmetatype.cpp ../Signal.cpp ../Slot.cpp .tmp/DynamicQObject1.0.0/ && (cd `dirname .tmp/DynamicQObject1.0.0` && $(TAR) DynamicQObject1.0.0.tar DynamicQObject1.0.0 && $(COMPRESS) DynamicQObject1.0.0.tar) && $(MOVE) `dirname .tmp/DynamicQObject1.0.0`/DynamicQObject1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/DynamicQObject1.0.0
|
|
||||||
|
|
||||||
|
|
||||||
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:
|
|
||||||
compiler_rcc_clean:
|
|
||||||
compiler_moc_header_make_all: moc_PrinterObject.cpp
|
|
||||||
compiler_moc_header_clean:
|
|
||||||
-$(DEL_FILE) moc_PrinterObject.cpp
|
|
||||||
moc_PrinterObject.cpp: ../PrinterObject.h
|
|
||||||
/usr/lib/qt/bin/moc $(DEFINES) -I/usr/lib/qt/mkspecs/linux-g++ -I/home/filippo/Projects/DynamicQObject -I/home/filippo/Projects/DynamicQObject -I/home/filippo/Projects/DynamicQObject/private -I/usr/include/qt -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/x86_64-unknown-linux-gnu -I/usr/include/c++/4.9.0/backward -I/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/include -I/usr/local/include -I/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/include-fixed -I/usr/include ../PrinterObject.h -o moc_PrinterObject.cpp
|
|
||||||
|
|
||||||
compiler_moc_source_make_all:
|
|
||||||
compiler_moc_source_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_moc_header_clean
|
|
||||||
|
|
||||||
####### Compile
|
|
||||||
|
|
||||||
DynamicQObject.o: ../DynamicQObject.cpp ../DynamicQObject.h \
|
|
||||||
../Signal.h \
|
|
||||||
../Slot.h \
|
|
||||||
../private/qmetaobjectbuilder_p.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o DynamicQObject.o ../DynamicQObject.cpp
|
|
||||||
|
|
||||||
main.o: ../main.cpp ../DynamicQObject.h \
|
|
||||||
../Signal.h \
|
|
||||||
../Slot.h \
|
|
||||||
../PrinterObject.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o ../main.cpp
|
|
||||||
|
|
||||||
PrinterObject.o: ../PrinterObject.cpp ../PrinterObject.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o PrinterObject.o ../PrinterObject.cpp
|
|
||||||
|
|
||||||
dynamicmetaobject.o: ../dynamicmetaobject.cpp ../dynamicmetaobject.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o dynamicmetaobject.o ../dynamicmetaobject.cpp
|
|
||||||
|
|
||||||
qmetaobjectbuilder.o: ../private/qmetaobjectbuilder.cpp ../private/qmetaobjectbuilder_p.h \
|
|
||||||
../private/qobject_p.h \
|
|
||||||
../private/qmetaobject_p.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qmetaobjectbuilder.o ../private/qmetaobjectbuilder.cpp
|
|
||||||
|
|
||||||
qmetaobject.o: ../private/qmetaobject.cpp ../private/qmetaobject.h \
|
|
||||||
../private/qmetatype.h \
|
|
||||||
../private/qmetaobject_p.h \
|
|
||||||
../private/qobject_p.h \
|
|
||||||
../private/qmetaobject_moc_p.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qmetaobject.o ../private/qmetaobject.cpp
|
|
||||||
|
|
||||||
qmetatype.o: ../private/qmetatype.cpp ../private/qmetatype.h \
|
|
||||||
../private/qmetatype_p.h \
|
|
||||||
../private/qmetatypeswitcher_p.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o qmetatype.o ../private/qmetatype.cpp
|
|
||||||
|
|
||||||
Signal.o: ../Signal.cpp ../Signal.h \
|
|
||||||
../DynamicQObject.h \
|
|
||||||
../Slot.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Signal.o ../Signal.cpp
|
|
||||||
|
|
||||||
Slot.o: ../Slot.cpp ../Slot.h
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Slot.o ../Slot.cpp
|
|
||||||
|
|
||||||
moc_PrinterObject.o: moc_PrinterObject.cpp
|
|
||||||
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_PrinterObject.o moc_PrinterObject.cpp
|
|
||||||
|
|
||||||
####### Install
|
|
||||||
|
|
||||||
install: FORCE
|
|
||||||
|
|
||||||
uninstall: FORCE
|
|
||||||
|
|
||||||
FORCE:
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,88 +0,0 @@
|
||||||
/****************************************************************************
|
|
||||||
** Meta object code from reading C++ file 'DynamicQObject.h'
|
|
||||||
**
|
|
||||||
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.3.0)
|
|
||||||
**
|
|
||||||
** WARNING! All changes made in this file will be lost!
|
|
||||||
*****************************************************************************/
|
|
||||||
|
|
||||||
#include "../DynamicQObject.h"
|
|
||||||
#include <QtCore/qbytearray.h>
|
|
||||||
#include <QtCore/qmetatype.h>
|
|
||||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
||||||
#error "The header file 'DynamicQObject.h' doesn't include <QObject>."
|
|
||||||
#elif Q_MOC_OUTPUT_REVISION != 67
|
|
||||||
#error "This file was generated using the moc from 5.3.0. 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_DynamicQObject_t {
|
|
||||||
QByteArrayData data[1];
|
|
||||||
char stringdata[15];
|
|
||||||
};
|
|
||||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
||||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
||||||
qptrdiff(offsetof(qt_meta_stringdata_DynamicQObject_t, stringdata) + ofs \
|
|
||||||
- idx * sizeof(QByteArrayData)) \
|
|
||||||
)
|
|
||||||
static const qt_meta_stringdata_DynamicQObject_t qt_meta_stringdata_DynamicQObject = {
|
|
||||||
{
|
|
||||||
QT_MOC_LITERAL(0, 0, 14)
|
|
||||||
},
|
|
||||||
"DynamicQObject"
|
|
||||||
};
|
|
||||||
#undef QT_MOC_LITERAL
|
|
||||||
|
|
||||||
static const uint qt_meta_data_DynamicQObject[] = {
|
|
||||||
|
|
||||||
// content:
|
|
||||||
7, // revision
|
|
||||||
0, // classname
|
|
||||||
0, 0, // classinfo
|
|
||||||
0, 0, // methods
|
|
||||||
0, 0, // properties
|
|
||||||
0, 0, // enums/sets
|
|
||||||
0, 0, // constructors
|
|
||||||
0, // flags
|
|
||||||
0, // signalCount
|
|
||||||
|
|
||||||
0 // eod
|
|
||||||
};
|
|
||||||
|
|
||||||
void DynamicQObject::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
||||||
{
|
|
||||||
Q_UNUSED(_o);
|
|
||||||
Q_UNUSED(_id);
|
|
||||||
Q_UNUSED(_c);
|
|
||||||
Q_UNUSED(_a);
|
|
||||||
}
|
|
||||||
|
|
||||||
const QMetaObject DynamicQObject::staticMetaObject = {
|
|
||||||
{ &QObject::staticMetaObject, qt_meta_stringdata_DynamicQObject.data,
|
|
||||||
qt_meta_data_DynamicQObject, qt_static_metacall, 0, 0}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
const QMetaObject *DynamicQObject::metaObject() const
|
|
||||||
{
|
|
||||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
void *DynamicQObject::qt_metacast(const char *_clname)
|
|
||||||
{
|
|
||||||
if (!_clname) return 0;
|
|
||||||
if (!strcmp(_clname, qt_meta_stringdata_DynamicQObject.stringdata))
|
|
||||||
return static_cast<void*>(const_cast< DynamicQObject*>(this));
|
|
||||||
return QObject::qt_metacast(_clname);
|
|
||||||
}
|
|
||||||
|
|
||||||
int DynamicQObject::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
|
||||||
{
|
|
||||||
_id = QObject::qt_metacall(_c, _id, _a);
|
|
||||||
if (_id < 0)
|
|
||||||
return _id;
|
|
||||||
return _id;
|
|
||||||
}
|
|
||||||
QT_END_MOC_NAMESPACE
|
|
Binary file not shown.
|
@ -1,139 +0,0 @@
|
||||||
/****************************************************************************
|
|
||||||
** Meta object code from reading C++ file 'PrinterObject.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 "../PrinterObject.h"
|
|
||||||
#include <QtCore/qbytearray.h>
|
|
||||||
#include <QtCore/qmetatype.h>
|
|
||||||
#if !defined(Q_MOC_OUTPUT_REVISION)
|
|
||||||
#error "The header file 'PrinterObject.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_PrinterObject_t {
|
|
||||||
QByteArrayData data[7];
|
|
||||||
char stringdata[50];
|
|
||||||
};
|
|
||||||
#define QT_MOC_LITERAL(idx, ofs, len) \
|
|
||||||
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
|
|
||||||
qptrdiff(offsetof(qt_meta_stringdata_PrinterObject_t, stringdata) + ofs \
|
|
||||||
- idx * sizeof(QByteArrayData)) \
|
|
||||||
)
|
|
||||||
static const qt_meta_stringdata_PrinterObject_t qt_meta_stringdata_PrinterObject = {
|
|
||||||
{
|
|
||||||
QT_MOC_LITERAL(0, 0, 13),
|
|
||||||
QT_MOC_LITERAL(1, 14, 6),
|
|
||||||
QT_MOC_LITERAL(2, 21, 0),
|
|
||||||
QT_MOC_LITERAL(3, 22, 5),
|
|
||||||
QT_MOC_LITERAL(4, 28, 7),
|
|
||||||
QT_MOC_LITERAL(5, 36, 5),
|
|
||||||
QT_MOC_LITERAL(6, 42, 7)
|
|
||||||
},
|
|
||||||
"PrinterObject\0signal\0\0print\0message\0"
|
|
||||||
"prova\0variant"
|
|
||||||
};
|
|
||||||
#undef QT_MOC_LITERAL
|
|
||||||
|
|
||||||
static const uint qt_meta_data_PrinterObject[] = {
|
|
||||||
|
|
||||||
// content:
|
|
||||||
7, // revision
|
|
||||||
0, // classname
|
|
||||||
0, 0, // classinfo
|
|
||||||
3, 14, // methods
|
|
||||||
0, 0, // properties
|
|
||||||
0, 0, // enums/sets
|
|
||||||
0, 0, // constructors
|
|
||||||
0, // flags
|
|
||||||
1, // signalCount
|
|
||||||
|
|
||||||
// signals: name, argc, parameters, tag, flags
|
|
||||||
1, 1, 29, 2, 0x06 /* Public */,
|
|
||||||
|
|
||||||
// slots: name, argc, parameters, tag, flags
|
|
||||||
3, 1, 32, 2, 0x0a /* Public */,
|
|
||||||
5, 1, 35, 2, 0x08 /* Private */,
|
|
||||||
|
|
||||||
// signals: parameters
|
|
||||||
QMetaType::Void, QMetaType::QString, 2,
|
|
||||||
|
|
||||||
// slots: parameters
|
|
||||||
QMetaType::Void, QMetaType::QString, 4,
|
|
||||||
QMetaType::Void, QMetaType::QVariant, 6,
|
|
||||||
|
|
||||||
0 // eod
|
|
||||||
};
|
|
||||||
|
|
||||||
void PrinterObject::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
|
|
||||||
{
|
|
||||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
|
||||||
PrinterObject *_t = static_cast<PrinterObject *>(_o);
|
|
||||||
switch (_id) {
|
|
||||||
case 0: _t->signal((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
|
||||||
case 1: _t->print((*reinterpret_cast< const QString(*)>(_a[1]))); break;
|
|
||||||
case 2: _t->prova((*reinterpret_cast< const QVariant(*)>(_a[1]))); break;
|
|
||||||
default: ;
|
|
||||||
}
|
|
||||||
} else if (_c == QMetaObject::IndexOfMethod) {
|
|
||||||
int *result = reinterpret_cast<int *>(_a[0]);
|
|
||||||
void **func = reinterpret_cast<void **>(_a[1]);
|
|
||||||
{
|
|
||||||
typedef void (PrinterObject::*_t)(QString );
|
|
||||||
if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&PrinterObject::signal)) {
|
|
||||||
*result = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const QMetaObject PrinterObject::staticMetaObject = {
|
|
||||||
{ &QObject::staticMetaObject, qt_meta_stringdata_PrinterObject.data,
|
|
||||||
qt_meta_data_PrinterObject, qt_static_metacall, 0, 0}
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
const QMetaObject *PrinterObject::metaObject() const
|
|
||||||
{
|
|
||||||
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
void *PrinterObject::qt_metacast(const char *_clname)
|
|
||||||
{
|
|
||||||
if (!_clname) return 0;
|
|
||||||
if (!strcmp(_clname, qt_meta_stringdata_PrinterObject.stringdata))
|
|
||||||
return static_cast<void*>(const_cast< PrinterObject*>(this));
|
|
||||||
return QObject::qt_metacast(_clname);
|
|
||||||
}
|
|
||||||
|
|
||||||
int PrinterObject::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 < 3)
|
|
||||||
qt_static_metacall(this, _c, _id, _a);
|
|
||||||
_id -= 3;
|
|
||||||
} else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
|
||||||
if (_id < 3)
|
|
||||||
*reinterpret_cast<int*>(_a[0]) = -1;
|
|
||||||
_id -= 3;
|
|
||||||
}
|
|
||||||
return _id;
|
|
||||||
}
|
|
||||||
|
|
||||||
// SIGNAL 0
|
|
||||||
void PrinterObject::signal(QString _t1)
|
|
||||||
{
|
|
||||||
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
|
|
||||||
QMetaObject::activate(this, &staticMetaObject, 0, _a);
|
|
||||||
}
|
|
||||||
QT_END_MOC_NAMESPACE
|
|
Binary file not shown.
Loading…
Reference in New Issue