X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fsrc.pro;h=3adc6244e19ba9719f89cbe3b40c998e12b197f5;hb=8cf80abf38fc73744dd11932e622c81b460896c3;hp=5f7c16fcac601483f422b50fc0fede0d076cd262;hpb=f7ff7eba66ca187d60f0f6a7a83d72fea59b0546;p=easylist diff --git a/src/src.pro b/src/src.pro index 5f7c16f..3adc624 100755 --- a/src/src.pro +++ b/src/src.pro @@ -6,8 +6,7 @@ # This needs to be removed in order for the binary # to be chmod to 755 in the debian package. -#QT += core gui -QT += dbus +QT += core gui TARGET = easylist TEMPLATE = app DEPENDPATH += . @@ -15,16 +14,32 @@ INCLUDEPATH += . DESTDIR = ../ SOURCES += main.cpp\ - mainwindow.cpp - -HEADERS += mainwindow.h - -FORMS += mainwindow.ui \ - listwindow.ui + mycheckbox.cpp\ + mainform.cpp \ + mycheckboxcontainer.cpp \ + systemsettings.cpp \ + listform.cpp \ + editform.cpp \ + slidewidget.cpp + +HEADERS +=\ + mycheckbox.h \ + mainform.h \ + mycheckboxcontainer.h \ + systemsettings.h \ + listform.h \ + editform.h \ + slidewidget.h + +FORMS += \ + mainform.ui \ + listform.ui \ + editform.ui CONFIG += mobility unix { + QT += dbus #VARIABLES PREFIX = /usr BINDIR = /opt/easylist/bin