Skip to content
Snippets Groups Projects
Commit 1ef95a8b authored by yanmorin's avatar yanmorin
Browse files

Don't know why JP (2005-09-13) change %moc.cpp to moc_%.cpp, but this new build
ask these changes.
parent cc542f74
Branches
Tags
No related merge requests found
......@@ -3,16 +3,16 @@ noinst_LTLIBRARIES = libsflphoneqt.la
BUILT_SOURCES = \
configurationpanel.h\
configurationpanelui.cpp\
configurationpanelmoc.cpp\
moc_configurationpanel.cpp\
url_input.h \
url_inputui.cpp \
url_inputmoc.cpp \
jpushbuttonmoc.cpp \
trayiconmoc.cpp\
volumecontrolmoc.cpp\
numerickeypadmoc.cpp \
mydisplaymoc.cpp \
qtGUImainwindowmoc.cpp
moc_url_input.cpp \
moc_jpushbutton.cpp \
moc_trayicon.cpp\
moc_volumecontrol.cpp\
moc_numerickeypad.cpp \
moc_mydisplay.cpp \
moc_qtGUImainwindow.cpp
libsflphoneqt_la_SOURCES = \
$(BUILT_SOURCES) \
......
......@@ -493,5 +493,5 @@ MyDisplay::shift (void)
_mutex.leaveMutex();
}
#include "mydisplaymoc.cpp"
#include "moc_mydisplay.cpp"
// EOF
......@@ -84,6 +84,6 @@ VolumeControl::mousePressEvent (QMouseEvent *e) {
mouse_y = e->y();
}
#include "volumecontrolmoc.cpp"
#include "moc_volumecontrol.cpp"
// EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment