Parent: [729750] (diff)

Download this file

vw.pro    30 lines (21 with data), 674 Bytes

 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
TEMPLATE = app
LANGUAGE = C++
QMAKE_CXXFLAGS += -std=c++0x
CONFIG += qt warn_on thread debug
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
HEADERS += vw.h volumewidgetif.h volumewidget.h soundslider.h \
../widgets/DirectSlider.h \
../../HelperStructs/CSettingsStorage.h \
SOURCES += vw.cpp volumewidget.cpp \
soundslider.cpp \
../widgets/DirectSlider.cpp \
../../HelperStructs/Helper.cpp \
../../HelperStructs/CSettingsStorage.cpp
# FORMS = volumewidget.ui
#RESOURCES = ../upplay.qrc
unix {
UI_DIR = .ui
MOC_DIR = .moc
OBJECTS_DIR = .obj
INCLUDEPATH += ../../
}