X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fsrc.pro;h=db520350c1c6abca6965eedc2af5f5adcf85f242;hb=78a856caea111d8942369dfda2f8fd40971189b8;hp=6b6f4195f07b33fb5583d69893f7daf43520ece0;hpb=3fafab42319736128bda88aa752f564a21a585e3;p=easylist diff --git a/src/src.pro b/src/src.pro index 6b6f419..db52035 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,22 +14,39 @@ 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 \ + chooselistform.cpp + +HEADERS +=\ + mycheckbox.h \ + mainform.h \ + mycheckboxcontainer.h \ + systemsettings.h \ + listform.h \ + editform.h \ + slidewidget.h \ + chooselistform.h \ + globals.h + +FORMS += \ + mainform.ui \ + listform.ui \ + editform.ui \ + chooselistform.ui CONFIG += mobility -MOBILITY = unix { + QT += dbus #VARIABLES - isEmpty(PREFIX) { - PREFIX = /usr/local - } - BINDIR = $$PREFIX/bin + PREFIX = /usr + BINDIR = /opt/easylist/bin DATADIR = $$PREFIX/share DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"