-
Notifications
You must be signed in to change notification settings - Fork 1
/
device-manager.pro
41 lines (32 loc) · 950 Bytes
/
device-manager.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-10-23T08:38:15
#
#-------------------------------------------------
QT += core gui
CONFIG += c++11
win32:LIBS += -luser32
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = device-manager
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
enum-devices/device.cpp \
enum-devices/devicegroup.cpp \
enum-devices/util.cpp \
devicemanagercontroller.cpp \
enum-devices/deviceenumerator.cpp \
collapse-widget/collapselistwidget.cpp \
collapse-widget/collapsewidget.cpp
HEADERS += mainwindow.h \
enum-devices/device.h \
enum-devices/util.h \
enum-devices/devicegroup.h \
devicemanagercontroller.h \
enum-devices/deviceenumerator.h \
collapse-widget/collapselistwidget.h \
collapse-widget/collapsewidget.h
RESOURCES += \
res/resource.qrc
DISTFILES += \
res/stylesheet.qss