Child: [f12966] (diff)

Download this file

plw.pro    25 lines (17 with data), 489 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
TEMPLATE = app
LANGUAGE = C++
QMAKE_CXXFLAGS += -std=c++0x
CONFIG += qt warn_on thread release
HEADERS += playctlwidgetif.h playctlwidget.h \
../../HelperStructs/CSettingsStorage.h
SOURCES += plw.cpp playctlwidget.cpp \
../../HelperStructs/Helper.cpp \
../../HelperStructs/CSettingsStorage.cpp
FORMS = playctlwidget.ui
RESOURCES = ../upplay.qrc
unix {
UI_DIR = .ui
MOC_DIR = .moc
OBJECTS_DIR = .obj
INCLUDEPATH += ../../
}