#------------------------------------------------- # # Project created by QtCreator 2016-08-16T06:39:30 # #------------------------------------------------- QT += core gui sql LIBS += "C:\psql\9.5\lib\libpq.lib" greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = ShemovCleaner TEMPLATE = app SOURCES += main.cpp\ filesorter.cpp \ torrentparser.cpp \ torrentdisplay.cpp \ torrentwidget.cpp \ shemovcleaner.cpp \ configurationwidget.cpp \ filewidget.cpp \ helper.cpp \ filedisplay.cpp \ globals.cpp \ actorwidget.cpp HEADERS += \ filesorter.h \ torrentparser.h \ torrentdisplay.h \ torrentwidget.h \ shemovcleaner.h \ configurationwidget.h \ filewidget.h \ helper.h \ filedisplay.h \ globals.h \ actorwidget.h DISTFILES += RESOURCES += \ shemovcleaner.qrc