forked from tickmo/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tickmo.pro
40 lines (36 loc) · 987 Bytes
/
tickmo.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
QT += widgets \
network
TARGET = tickmo
CONFIG += staticlib
CONFIG += link_pkgconfig
HEADERS = \
src/idledetector/idle.h \
src/mainimage.h \
src/mainwindow.h \
src/settings/settingsdialog.h \
src/timer/timer.h \
src/uploader/imguploader.h \
src/timer/timemessage.h
SOURCES = main.cpp \
src/idledetector/idle_mac.cpp \
src/idledetector/idle_win.cpp \
src/idledetector/idle_x11.cpp \
src/idledetector/idle.cpp \
src/mainimage.cpp \
src/mainwindow.cpp \
src/settings/settingsdialog.cpp \
src/timer/timer.cpp \
src/uploader/imguploader.cpp
FORMS += \
src/mainwindow.ui \
src/settings/settingsdialog.ui
OBJECTS_DIR = qtcache/obj
MOC_DIR = qtcache/moc
RCC_DIR = qtcache/rcc
UI_DIR = qtcache/ui
RESOURCES = tickmo.qrc
CONFIG(debug, release|debug): DEFINES += DEBUG
windows: INCLUDEPATH += C:/OpenSSL-Win32/include
unix: PKGCONFIG += Qt5X11Extras
unix: PKGCONFIG += xcb-screensaver
unix: PKGCONFIG += xcb