-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathJsRoboKey.pro
52 lines (38 loc) · 977 Bytes
/
JsRoboKey.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
41
42
43
44
45
46
47
48
49
50
51
52
#-------------------------------------------------
#
# Project created by QtCreator 2013-08-30T20:27:33
#
#-------------------------------------------------
QT += core gui
QT += qml
win32 {
LIBS += -LC:/Qt/libqxt-Qt5/lib/ -lqxtcore
LIBS += -LC:/Qt/libqxt-Qt5/lib/ -lqxtwidgets
}
INCLUDEPATH += C:/Qt/libqxt-Qt5/src/core
INCLUDEPATH += C:/Qt/libqxt-Qt5/include
DEPENDPATH += C:/Qt/libqxt-Qt5/src/core
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = JsRoboKey
TEMPLATE = app
SOURCES += main.cpp\
dlgjsrobokey.cpp\
jsedit.cpp \
jsrobokey.cpp \
jscallback.cpp \
jsrdownload.cpp \
jsrglobalhotkey.cpp \
jsrsingleshot.cpp \
jsrclipboardchange.cpp
HEADERS += dlgjsrobokey.h \
jsrobokey.h \
jscallback.h \
jsrdownload.h \
jsrglobalhotkey.h \
jsrsingleshot.h \
jsrclipboardchange.h
HEADERS += jsedit.h
FORMS += dlgjsrobokey.ui
VERSION = 130805
RESOURCES += \
resources.qrc