updated pro file

This commit is contained in:
Jared Bruni
2020-01-26 12:29:52 -08:00
parent 167668ceb8
commit 7538171a3a
4 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,8 @@
TEMPLATE = app
TARGET = Acid_Cam_v2_Qt
QT += core gui widgets opengl network
QT += core gui opengl network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
DEPENDPATH += .
INCLUDEPATH += . /usr/include/ /usr/local/include

View File

@@ -4,7 +4,8 @@
TEMPLATE = app
TARGET = Acid_Cam_v2_Qt
QT += core gui widgets opengl network
QT += core gui opengl network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
DEPENDPATH += .
INCLUDEPATH += . /usr/include/ /usr/local/include

View File

@@ -4,7 +4,8 @@
TEMPLATE = app
TARGET = Acid_Cam_v2_Qt
QT += core gui widgets opengl network
QT += core gui opengl network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
DEPENDPATH += .
INCLUDEPATH += . /usr/include/ /usr/local/include

View File

@@ -4,7 +4,8 @@
TEMPLATE = app
TARGET = Acid_Cam_v2_Qt
QT += core gui widgets opengl network
QT += core gui opengl network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
DEPENDPATH += .
INCLUDEPATH += . /usr/include/ /usr/local/include