varnholt / dynablaster_revenge

Dynablaster Revenge
Other
61 stars 5 forks source link

Make test3d module / Missing framework #8

Open kamelie1706 opened 4 years ago

kamelie1706 commented 4 years ago

Hi,

What QT module am I missing? Project file

TEMPLATE = app
TARGET = dynablaster_revenge
INCLUDEPATH += . \
                ./ai \
                ./shared \
                ./client \
                ./server \
                ./linux
QT += gui widgets network core

Make error

g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -Iai -Ishared -Iclient -Iserver -Ilinux -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I. -I/usr/lib/qt/mkspecs/linux-g++ -o gui.o test3d/src/gui.cpp
In file included from test3d/src/gui.cpp:1:
test3d/src/gui.h:3:10: fatal error: framework/globaltime.h: No such file or directory
    3 | #include "framework/globaltime.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

What is this test3d for?

Thx

varnholt commented 4 years ago

It's a 3D scene file viewer for development purposes only. But I can fix that in a while.