make x86
qmake -o qMakefile my.pro
make --makefile qMakefile
make[1]: Entering directory `/home/canibek/davinci/software/workspace/denem'
g++ -c -pipe -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtGui -I/usr/include -Imoc_obj -I. -o moc_obj/main.o main.cpp
In file included from main.cpp:2:
main.h:34:3: warning: no newline at end of file
main.cpp:12:2: warning: no newline at end of file
In file included from main.cpp:3:
dialog1.h:3: error: redefinition of ‘class Dialog’
dialog1.h:4: error: previous definition of ‘class Dialog’
make[1]: Leaving directory `/home/canibek/davinci/software/workspace/denem'
make[1]: *** [moc_obj/main.o] Error 1
make: *** [x86] Error 2
Bookmarks