-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUP.pro
54 lines (38 loc) · 1 KB
/
UP.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
53
54
#-------------------------------------------------
#
# Project created by QtCreator 2016-02-06T22:53:43
#
#-------------------------------------------------
QT += core gui opengl multimedia network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = ultrapiet
TEMPLATE = app
CONFIG += opengl
QMAKE_CXXFLAGS += -std=c++14
SOURCES += main.cpp\
mainwindow.cpp \
pieteditor.cpp \
pietcore.cpp \
piettree.cpp \
executingpietlibraries.cpp \
loadpietdll.cpp \
glgamewidget.cpp
HEADERS += mainwindow.h \
pietcore.h \
defines.h \
pieteditor.h \
piettree.h \
executingpietlibraries.h \
loadpietdll.h \
glgamewidget.h \
integerrange.h
FORMS += mainwindow.ui
RESOURCES = qdarkstyle/style.qrc
#if Use OpenGL
LIBS += -lopengl32
#for mobile
#CONFIG += mobility
#MOBILITY =
#if enabled this console option,this application cat work by windows cmd , but the power will down gread...
#if you have mintty, it works naturally !!
#CONFIG += console