I got a strange new problem. After I install the Debian package, it looks like this and I get these errors. But when I reboot my device, it looks normal and I get no errors. Any idea why it's doing this?
TEMPLATE = subdirs SUBDIRS = src
TARGET = countdowntimer TEMPLATE = app SOURCES += qtmain.cpp \ settings.cpp \ form.cpp HEADERS += settings.h \ form.h FORMS += settings.ui \ form.ui PREFIX = ../debian/countdowntimer/usr unix { BINDIR = $$PREFIX/bin DATADIR =$$PREFIX/share DEFINES += DATADIR=\"$$DATADIR\" PKGDATADIR=\"$$PKGDATADIR\" #MAKE INSTALL INSTALLS += target desktop target.path =$$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += countdowntimer.desktop }
mad dh_make --createorig --single -e <your email> -c gpl
mad qmake
mad dpkg-buildpackage