Cant build files
-
Can you show your .pro file ?
-
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qtSOURCES += main.c
../Desktop/C Reseni Zadaci iz Knjiga/Chapter-9-Zadatak-6.cyes i have gcc installed
When im making new file everything is ok, i can build, debuge etc
but when i want to add my old c files i cant
-
Just for test.
rename it to
myfile.c and put it next to main.c ( in same folder)
Then add it.
I suspect it might be path related. -
At the very least your are missing quotes in your .pro files.
../Desktop/C Reseni Zadaci iz Knjiga/Chapter-9-Zadatak-6.c
each space tells qmake that what follows is a new file hence your errors with the "strange" paths. -
-
22:02:17: Running steps for project Chapter-9-Zadatak-7...
22:02:17: Configuration unchanged, skipping qmake step.
22:02:17: Starting: "/usr/bin/make"
make: *** No rule to make target '../Desktop/C', needed by 'C.o'. Stop.
22:02:17: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project Chapter-9-Zadatak-7 (kit: Desktop Qt 5.6.1 GCC 64bit)
When executing step "Make"
22:02:17: Elapsed time: 00:00 -
Hi
Your project just worked here.
Complaining about you have 2 main functions -
so there must be something wrong with your setup
since it wont compile in your place.Can you create a Default Qt Gui project and run it ?
-
Are you adding files with spaces in the path ?