Commit 2af5841c authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

[moc] Autogenerate moc files.

parent 4374ed31
...@@ -25,5 +25,3 @@ void GlacierWindowModel::removeWindowForTitle(QString title) ...@@ -25,5 +25,3 @@ void GlacierWindowModel::removeWindowForTitle(QString title)
qDebug() << "Removing window: " + title; qDebug() << "Removing window: " + title;
m_titles.remove(title); m_titles.remove(title);
} }
#include "moc_glacierwindowmodel.cpp"
...@@ -51,6 +51,8 @@ DEFINES += QT_COMPOSITOR_QUICK ...@@ -51,6 +51,8 @@ DEFINES += QT_COMPOSITOR_QUICK
HEADERS += \ HEADERS += \
glacierwindowmodel.h glacierwindowmodel.h
MOC_DIR = .moc
SOURCES += \ SOURCES += \
main.cpp \ main.cpp \
glacierwindowmodel.cpp glacierwindowmodel.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment